Skip to content
Snippets Groups Projects
  1. Mar 27, 2020
  2. Mar 25, 2020
  3. Mar 24, 2020
  4. Mar 13, 2020
  5. Mar 10, 2020
  6. Mar 06, 2020
  7. Feb 28, 2020
  8. Feb 26, 2020
  9. Jan 09, 2020
  10. Jan 08, 2020
  11. Dec 29, 2019
  12. Dec 26, 2019
    • Charly Lamothe's avatar
      - Add code for stages 2 and 3 results; · 8de5e96a
      Charly Lamothe authored
      - Add command lines example for stage 3;
      - Add experiment_id option that is useful sometimes;
      - Fix subsets_used param;
      - Remove experiment_id in config experiment file names;
      - Add config experiment files for stages 2 and 3;
      - Add results for stages 2 and 3 (california_housing).
      8de5e96a
  13. Dec 20, 2019
  14. Dec 19, 2019
  15. Dec 18, 2019
    • Charly Lamothe's avatar
      POC of possible wrong way to compute best hyperparams. Are there the best only... · fd6dbc7b
      Charly Lamothe authored
      POC of possible wrong way to compute best hyperparams. Are there the best only before the application of OMP extraction?
      fd6dbc7b
    • 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
  16. Nov 09, 2019
  17. Nov 06, 2019
  18. Nov 05, 2019
  19. Nov 04, 2019
    • Charly LAMOTHE's avatar
      - In compute_results, add loadenv, load raw results, and update experiment_ids... · 8b8eb9a5
      Charly LAMOTHE authored
      - In compute_results, add loadenv, load raw results, and update experiment_ids so that it's possible to specify a list of experiments ids. The default behavior is to load all exp ids;
      - Fix normalization option in train.py. By default it normalizes D, and it doesn't when specify wo_normalization option;
      - Fix logger.warn to logger.warning in train.py
      - Replace the dumping of result in trainer.py by a dedicated class to save and load the trained model and training metadatas: model_raw_results.py;
      - Rename too long func DatasetLoader.load_from_name to DatasetLoader.load;
      - Add loading functions in dataset_parameters and model_parameters;
      - Set console logging level to INFO to summarize the most important console logs;
      - Add a load function in model_factory;
      - In omp_forest_regressor, move private funcs to the bottom of the file.
      
      TODO: compute the plot from the loaded raw results in compute_results file.
      8b8eb9a5
Loading