Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bolsonaro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luc Giffon
bolsonaro
Merge requests
!19
WIP: Resolve "Adding new datasets"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: Resolve "Adding new datasets"
17-adding-new-datasets
into
master
Overview
0
Commits
20
Pipelines
0
Changes
1
Merged
Charly Lamothe
requested to merge
17-adding-new-datasets
into
master
5 years ago
Overview
0
Commits
20
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
ca5d0080
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ca5d0080
Add missing import in trainer
· ca5d0080
Charly Lamothe
authored
5 years ago
code/bolsonaro/trainer.py
+
1
−
0
Options
@@ -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
Loading