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
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
Loading
Please register or sign in to comment