- Dec 19, 2019
-
-
Charly Lamothe authored
- Fix some variable names; - Add exp files of stage1 for california housing
-
- Dec 18, 2019
-
-
Charly Lamothe authored
POC of possible wrong way to compute best hyperparams. Are there the best only before the application of OMP extraction?
-
Charly Lamothe authored
- Definitely use the correct forest size (either the one from best hyperparameters or the one specified in parameter); - Use a number of extracted forest sizes proportional as the forest size instead of fixed forest size; - Add an option to save the current command line name instead of using the unamed directory; - Add new california housing dataset best hyperparameters, and convert all value types that are number from string to int/float in other best hyperparameter files; - Remove useless code from compute_results.py in prevision of the changes; - Before best hyperparameters saving, save number as int or float instead of string; - Add job_number option for parallelisation in both train.py and compute_hyperparameters.py scripts; - Clean-up TODO list.
-
Charly Lamothe authored
- Add new best params for 7 datasets.
-
- Nov 26, 2019
-
-
Léo Bouscarrat authored
-
Léo Bouscarrat authored
-
- Nov 21, 2019
-
-
Luc Giffon authored
-
Luc Giffon authored
-
- Nov 09, 2019
-
-
Charly LAMOTHE authored
Introduce the notion of "stage" in the experiments (see TODO comment in compute_results.py file. Add example of experiment configuration file tree in experiments/boston/stage3 for stage 3 (unoptimized parameters due to missing stage 1 and 2 results).
-