Skip to content
Snippets Groups Projects
  1. Mar 11, 2020
  2. Mar 10, 2020
  3. Mar 06, 2020
  4. Mar 05, 2020
  5. Jan 08, 2020
  6. Dec 29, 2019
  7. Dec 18, 2019
    • Charly Lamothe's avatar
      - Add an option to not use the best hyperparameters file; · 880ff78f
      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.
      880ff78f
    • Charly Lamothe's avatar
      - Replace the futures concurrence by joblib Parallel (and add optional tqdm progress bar); · 11017545
      Charly Lamothe authored
      - Add new best params for 7 datasets.
      11017545
  8. Nov 26, 2019
Loading