Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Luc Giffon
bolsonaro
Commits
ca5d0080
Commit
ca5d0080
authored
Mar 06, 2020
by
Charly Lamothe
Browse files
Add missing import in trainer
parent
94668904
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/bolsonaro/trainer.py
View file @
ca5d0080
...
...
@@ -2,6 +2,7 @@ from bolsonaro.models.model_raw_results import ModelRawResults
from
bolsonaro.models.omp_forest_regressor
import
OmpForestRegressor
from
bolsonaro.models.omp_forest_classifier
import
OmpForestBinaryClassifier
,
OmpForestMulticlassClassifier
from
bolsonaro.models.similarity_forest_regressor
import
SimilarityForestRegressor
from
bolsonaro.models.kmeans_forest_regressor
import
KMeansForestRegressor
from
bolsonaro.error_handling.logger_factory
import
LoggerFactory
from
bolsonaro.data.task
import
Task
from
.
import
LOG_PATH
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment