Skip to content
Snippets Groups Projects
  1. Mar 25, 2020
  2. Mar 24, 2020
  3. Mar 13, 2020
  4. Mar 12, 2020
  5. Mar 06, 2020
  6. Mar 05, 2020
  7. Feb 28, 2020
  8. Feb 04, 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
    • 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
  13. 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
  14. Dec 19, 2019
  15. Dec 18, 2019
  16. Dec 01, 2019
  17. Nov 22, 2019
  18. 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
  19. Nov 20, 2019
  20. Nov 09, 2019
  21. Nov 08, 2019
  22. Nov 06, 2019
  23. Nov 05, 2019
Loading