Commits on Source (9)
-
Charly Lamothe authored
-
Charly Lamothe authored
-
Charly Lamothe authored
-
Charly Lamothe authored
Add on resume mode for the experiment training (and set the overwrite of the resulting model of the experiment optional)
-
Charly Lamothe authored
Fix parallelization and estimator default hyperparams in kmeans and similarity methods. Fix on resume mode in train.py. Fix stage5 saving (tmp) in compute_results.py
-
Charly Lamothe authored
Speedup similarity forest regressor and add parallelization at the extracted forest size level in the training
-
Charly Lamothe authored
-
Charly Lamothe authored
-
Charly Lamothe authored
Resolve "integration-sota" Closes #15 See merge request !12
Showing
- code/bolsonaro/models/kmeans_forest_regressor.py 78 additions, 0 deletionscode/bolsonaro/models/kmeans_forest_regressor.py
- code/bolsonaro/models/model_factory.py 12 additions, 3 deletionscode/bolsonaro/models/model_factory.py
- code/bolsonaro/models/similarity_forest_regressor.py 47 additions, 33 deletionscode/bolsonaro/models/similarity_forest_regressor.py
- code/compute_results.py 43 additions, 15 deletionscode/compute_results.py
- code/ensemble_selection.py 161 additions, 0 deletionscode/ensemble_selection.py
- code/forest_similarity.py 85 additions, 0 deletionscode/forest_similarity.py
- code/train.py 77 additions, 36 deletionscode/train.py
- experiments/steel-plates/stage1/params.json 18 additions, 0 deletionsexperiments/steel-plates/stage1/params.json
- scripts/run_stage5_experiments.sh 0 additions, 12 deletionsscripts/run_stage5_experiments.sh
code/ensemble_selection.py
0 → 100644
code/forest_similarity.py
0 → 100644
experiments/steel-plates/stage1/params.json
0 → 100644
scripts/run_stage5_experiments.sh
deleted
100644 → 0