Commits on Source (61)
-
Charly Lamothe authored
-
Charly Lamothe authored
-
Charly Lamothe authored
-
Léo Bouscarrat authored
-
Leo Bouscarrat authored
Mistakes have been made See merge request !14
-
Léo Bouscarrat authored
-
Charly Lamothe authored
-
Charly Lamothe authored
Merge branch '16-add-omp-no-weight' of https://gitlab.lis-lab.fr/luc.giffon/bolsonaro into 16-add-omp-no-weight
-
Charly Lamothe authored
-
Charly Lamothe authored
-
Charly Lamothe authored
Resolve "Experiment pipeline" See merge request !16
-
Léo Bouscarrat authored
-
Charly Lamothe authored
-
Charly Lamothe authored
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
Merge branch '17-adding-new-datasets' of https://gitlab.lis-lab.fr/luc.giffon/bolsonaro into 17-adding-new-datasets
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
leo.bouscarrat authored
-
Leo Bouscarrat authored
Resolve "Add OMP no weight" Closes #16 See merge request !13
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
Leo Bouscarrat authored
-
Leo Bouscarrat authored
Resolve "Fix the save" Closes #18 See merge request !18
-
leo.bouscarrat authored
-
leo.bouscarrat authored
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
leo.bouscarrat authored
-
leo.bouscarrat authored
Merge branch '17-adding-new-datasets' of https://gitlab.lis-lab.fr/luc.giffon/bolsonaro into 17-adding-new-datasets
-
Léo Bouscarrat authored
-
leo.bouscarrat authored
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
leo.bouscarrat authored
-
leo.bouscarrat authored
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
leo.bouscarrat authored
-
leo.bouscarrat authored
Merge branch '17-adding-new-datasets' of https://gitlab.lis-lab.fr/luc.giffon/bolsonaro into 17-adding-new-datasets
-
leo.bouscarrat authored
-
leo.bouscarrat authored
-
Léo Bouscarrat authored
-
leo.bouscarrat authored
-
Léo Bouscarrat authored
-
leo.bouscarrat 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
-
Charly Lamothe authored
-
Charly Lamothe authored
-
Charly Lamothe authored
Resolve "Adding new datasets" Closes #17 See merge request !15
Showing
- code/bolsonaro/data/dataset_loader.py 25 additions, 4 deletionscode/bolsonaro/data/dataset_loader.py
- 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/model_raw_results.py 8 additions, 6 deletionscode/bolsonaro/models/model_raw_results.py
- code/bolsonaro/models/omp_forest.py 25 additions, 1 deletioncode/bolsonaro/models/omp_forest.py
- code/bolsonaro/models/omp_forest_classifier.py 58 additions, 0 deletionscode/bolsonaro/models/omp_forest_classifier.py
- code/bolsonaro/models/similarity_forest_regressor.py 47 additions, 33 deletionscode/bolsonaro/models/similarity_forest_regressor.py
- code/bolsonaro/trainer.py 190 additions, 150 deletionscode/bolsonaro/trainer.py
- code/bolsonaro/utils.py 12 additions, 0 deletionscode/bolsonaro/utils.py
- code/bolsonaro/visualization/plotter.py 4 additions, 4 deletionscode/bolsonaro/visualization/plotter.py
- code/compute_results.py 70 additions, 19 deletionscode/compute_results.py
- code/train.py 78 additions, 37 deletionscode/train.py
- experiments/.gitkeep 0 additions, 0 deletionsexperiments/.gitkeep
- experiments/20newsgroups_vectorized/stage1/none_with_params.json 0 additions, 39 deletions...ents/20newsgroups_vectorized/stage1/none_with_params.json
- experiments/20newsgroups_vectorized/stage1/none_wo_params.json 0 additions, 39 deletions...iments/20newsgroups_vectorized/stage1/none_wo_params.json
- experiments/20newsgroups_vectorized/stage1/omp_wo_params.json 0 additions, 39 deletions...riments/20newsgroups_vectorized/stage1/omp_wo_params.json
- experiments/20newsgroups_vectorized/stage1/params.json 0 additions, 12 deletionsexperiments/20newsgroups_vectorized/stage1/params.json
- experiments/20newsgroups_vectorized/stage1/random_with_params.json 0 additions, 39 deletions...ts/20newsgroups_vectorized/stage1/random_with_params.json
- experiments/20newsgroups_vectorized/stage1/random_wo_params.json 0 additions, 39 deletions...ents/20newsgroups_vectorized/stage1/random_wo_params.json
- experiments/20newsgroups_vectorized/stage2/no_normalization.json 0 additions, 39 deletions...ents/20newsgroups_vectorized/stage2/no_normalization.json
experiments/.gitkeep
deleted
100644 → 0