-
- Downloads
Big changes: Create intermediate classes OMPForest and SingleOmpForest for...
Big changes: Create intermediate classes OMPForest and SingleOmpForest for code factoring: share code between OmpForestRegressor and OmpForestBinaryClassifer. Remove set_wweights and set_forest which are not relevant anymore. load function from model_factory isn't trustfull now: raises an error. TODO: multiclass classifier
parent
bc5a83b6
No related branches found
No related tags found
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
Showing
- code/bolsonaro/data/dataset_loader.py 8 additions, 1 deletioncode/bolsonaro/data/dataset_loader.py
- code/bolsonaro/models/model_factory.py 6 additions, 4 deletionscode/bolsonaro/models/model_factory.py
- code/bolsonaro/models/model_raw_results.py 4 additions, 9 deletionscode/bolsonaro/models/model_raw_results.py
- code/bolsonaro/models/omp_forest.py 116 additions, 0 deletionscode/bolsonaro/models/omp_forest.py
- code/bolsonaro/models/omp_forest_classifier.py 59 additions, 5 deletionscode/bolsonaro/models/omp_forest_classifier.py
- code/bolsonaro/models/omp_forest_regressor.py 8 additions, 88 deletionscode/bolsonaro/models/omp_forest_regressor.py
- code/bolsonaro/trainer.py 23 additions, 7 deletionscode/bolsonaro/trainer.py
- code/train.py 15 additions, 2 deletionscode/train.py
code/bolsonaro/models/omp_forest.py
0 → 100644
Please register or sign in to comment