272 files + 63870 − 350 Side-by-side Compare changes Side-by-side Inline Show whitespace changes Files 272 Some changes are not shown. For a faster browsing experience, only 89 of 272 files are shown. Download one of the files below to see all changes. .gitignore +1 −7 Original line number Original line Diff line number Diff line models/* models/* results/* experiments/unnamed/ */.kile/* */.kile/* *.kilepr *.kilepr Loading Loading @@ -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 Loading Loading @@ -371,6 +368,3 @@ TSWLatexianTemp* *.lpz *.lpz reports/*.pdf reports/*.pdf # Image *.png TODO.md +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 code/bolsonaro/data/dataset.py +0 −4 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
.gitignore +1 −7 Original line number Original line Diff line number Diff line models/* models/* results/* experiments/unnamed/ */.kile/* */.kile/* *.kilepr *.kilepr Loading Loading @@ -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 Loading Loading @@ -371,6 +368,3 @@ TSWLatexianTemp* *.lpz *.lpz reports/*.pdf reports/*.pdf # Image *.png
TODO.md +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
code/bolsonaro/data/dataset.py +0 −4 Original line number Original line Diff line number Diff line Loading @@ -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 Loading