Skip to content
Snippets Groups Projects
  1. Mar 12, 2020
  2. Mar 06, 2020
  3. Mar 05, 2020
  4. Feb 28, 2020
  5. Feb 04, 2020
  6. Jan 09, 2020
  7. Jan 08, 2020
  8. Dec 29, 2019
  9. 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
    • Charly Lamothe's avatar
      - Add command lines for stage2 experiments; · 58061ea4
      Charly Lamothe authored
      - Fix possible issues for extracted forest sizes computation: around to reduce possible zeroes and remove duplicates;
      - Create output experiment stage dir if not exists;
      - Add base_score_metric to model raw results class;
      - Add best params for lfw_pairs (maybe try with a larger number of random seeds since the score is not that high).
      58061ea4
  10. Dec 20, 2019
    • Charly Lamothe's avatar
      - Unignore results; · 51ba8a0e
      Charly Lamothe authored
      - Even if hyperparameters file is ignore with skip_best_hyperparams option, still use the same forest_size to be comparable;
      - Update experiment files for stage1 wo_param experiments (using the same forest size as the with_params experiments);
      - In compute_results: remove useless folder creation; temporary add extracted_forest_sizes_number option to specify the extracted forest sizes number; temporary not plotting train and dev losses in stage1 loss values figure;
      - In plotter, clean-up stage1 figure generation;
      - Add first unbiased losses plot (stage1: best params vs default params in california housing dataset).
      51ba8a0e
  11. Dec 19, 2019
  12. Dec 18, 2019
  13. Dec 01, 2019
  14. Nov 22, 2019
  15. Nov 21, 2019
    • Luc Giffon's avatar
      Big changes: Create intermediate classes OMPForest and SingleOmpForest for... · 3f5cdf68
      Luc Giffon authored
      Big changes: Create intermediate classes OMPForest and SingleOmpForest for code factoring: share code between OmpForestRegressor and OmpForestBinaryClassifer. Remove set_wweights and set_forest which are not relevant anymore. load function from model_factory isn't trustfull now: raises an error. TODO: multiclass classifier
      3f5cdf68
  16. Nov 20, 2019
  17. Nov 09, 2019
  18. Nov 08, 2019
  19. Nov 06, 2019
  20. Nov 05, 2019
  21. 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