mirror of
https://github.com/gsi-upm/soil
synced 2025-08-23 11:52:19 +00:00
Changed models
This commit is contained in:
@@ -1,2 +1 @@
|
||||
from .BigMarketModel import BigMarketModel
|
||||
from .SISaModel import SISaModel
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import random
|
||||
import numpy as np
|
||||
from ..BaseBehaviour import *
|
||||
from models.BaseBehaviour import *
|
||||
|
||||
|
||||
class SISaModel(BaseBehaviour):
|
1
models/SISaModel/__init__.py
Normal file
1
models/SISaModel/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from .SISaModel import SISaModel
|
@@ -5,4 +5,4 @@ from .BigMarketModel import *
|
||||
from .IndependentCascadeModel import *
|
||||
from .ModelM2 import *
|
||||
from .SentimentCorrelationModel import *
|
||||
|
||||
from .SISaModel import *
|
||||
|
Reference in New Issue
Block a user