|
@@ -10,7 +10,7 @@ from os.path import dirname, realpath
|
|
|
|
|
|
sys.path.append(dirname(realpath(__file__)))
|
|
|
|
|
|
-from online_learning import OnlineLearningTrainer
|
|
|
+from online_learning import OnlineLearningTrainerLr
|
|
|
from pipeline import Pipeline
|
|
|
from data import DataLoaderMysql
|
|
|
from entitys import DbConfigEntity, DataSplitEntity
|
|
@@ -18,4 +18,4 @@ from monitor import MonitorMetric
|
|
|
from metrics import MetricBase
|
|
|
|
|
|
__all__ = ['MonitorMetric', 'MetricBase', 'DataLoaderMysql', 'DbConfigEntity',
|
|
|
- 'DataSplitEntity', 'Pipeline', 'OnlineLearningTrainer']
|
|
|
+ 'DataSplitEntity', 'Pipeline', 'OnlineLearningTrainerLr']
|