Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • correlation
  • master
  • 24-non-negative-omp
  • 15-integration-sota
  • 20-coherence-des-arbres-de-predictions
  • 19-add-some-tests
  • 13-visualization
  • 17-adding-new-datasets
  • 12-experiment-pipeline
  • 14-correction-of-multiclass-classif
  • archive/10-gridsearching-of-the-base-forest
  • archive/4-implement-omp_forest_classifier
  • archive/5-add-plots-2
  • archive/Leo_Add_first_notebook
  • archive/farah_notation_and_related_work
  • archive/wip_clean_scripts
16 results

Target

Select target project
No results found
Select Git revision
  • correlation
  • master
  • 24-non-negative-omp
  • 15-integration-sota
  • 20-coherence-des-arbres-de-predictions
  • 19-add-some-tests
  • 13-visualization
  • 17-adding-new-datasets
  • 12-experiment-pipeline
  • 14-correction-of-multiclass-classif
  • archive/10-gridsearching-of-the-base-forest
  • archive/4-implement-omp_forest_classifier
  • archive/5-add-plots-2
  • archive/Leo_Add_first_notebook
  • archive/farah_notation_and_related_work
  • archive/wip_clean_scripts
16 results
Show changes
272 files
+ 63870
350
Compare changes
  • Side-by-side
  • Inline

Files

+1 −7
Original line number Original line Diff line number Diff line
models/*
models/*
results/*
experiments/unnamed/


*/.kile/*
*/.kile/*
*.kilepr
*.kilepr
@@ -80,9 +80,6 @@ target/
# Jupyter NB Checkpoints
# Jupyter NB Checkpoints
.ipynb_checkpoints/
.ipynb_checkpoints/


# exclude data from source control by default
/data/

# Mac OS-specific storage files
# Mac OS-specific storage files
.DS_Store
.DS_Store


@@ -371,6 +368,3 @@ TSWLatexianTemp*
*.lpz
*.lpz


reports/*.pdf
reports/*.pdf

# Image
*.png
+1 −5
Original line number Original line Diff line number Diff line
* Fix pickle loading of ModelRawResults, because saving the model_object leads import issues.
* Fix ModelFactory.load function.
* Fix model results loading in compute_results.py.
* Fix model results loading in compute_results.py.
* Check that omp multiclasses classifier is working as expected.
* Check that omp multiclasses classifier is working as expected.
* In the bayesian search computation, output a different file name depending on the task of the trained model.
* Fix the dataset error of fetcher when job_number > 1.
* Check the best params scores of the regressors (neg_mean_squared_error leads to huge negative values).
 No newline at end of file
* Prepare the json experiment files to run.
 No newline at end of file
Original line number Original line Diff line number Diff line
@@ -14,10 +14,6 @@ class Dataset(object):
    def task(self):
    def task(self):
        return self._task
        return self._task


    @property
    def dataset_parameters(self):
        return self._dataset_parameters

    @property
    @property
    def X_train(self):
    def X_train(self):
        return self._X_train
        return self._X_train