Skip to content

Conversation

@mfeurer
Copy link
Contributor

@mfeurer mfeurer commented Dec 7, 2018

No description provided.

Taneli Mielikäinen and others added 13 commits August 19, 2018 19:13
update xgboost dependency
* refactor: changed max_depth parameter name

* Changed the parameter name 'max_depth' to
'max_depth_factor' in the decision_tree.py
file in both the 'regression/decision_tree'
and 'classification/decision_tree' folders.

Related to: #569

* fix: fixed invalid parameter name

* Fixed invalid parameter name of 'max_depth_factor'
to 'max_depth' while initializing the sklearn's
DecisionTreeClassifier and DecisionTreeRegressor.

Related to: #569

* refactor: added line breaks

* Added line breaks in decision_tree.py files
to enforce the rule that no line should have
more then 79 characters.

Related to: #569

* fix: removed trailing whitespaces

* fix: replaced tabs with spaces

* fix: fixed identation

* fix: fixed identation

* fix: reverted incorrect Makefile changes

* fix: reverted Makefile change
add "," for numpy versions for backward compatibility
* Pass train_size and test_size as integers (number of samples) instead of floats (ratio of samples)

* Changed assigment of train samples for general use in every cv case

* Added Unit Tests

* Changed for simpler solution. Remove 'raveling' for multilabel cases

* Fix PEP8 errors

* Addition Fix PEP8 errors

* Addition Fix PEP8 errors

* Delete competition_c_functions.c
* .

* .

* AutoSklearnClassifier/Regressor's fit, refit, fit_ensemble now return self.

* Initial commit. Work in Progress.

* Fix minor printing error in sprint_statistics.

* Revert "Fix#460"

* Raise error if ensemble is not built (#480)

* .

* .

* AutoSklearnClassifier/Regressor's fit, refit, fit_ensemble now return self.

* Initial commit. Work in Progress.

* Fix minor printing error in sprint_statistics.

* Revert "Fix#460"

* Resolve rebase conflict

* combined unittests to reduce travis runtime

* .

* .

* .

* .

* .

* Check target type at the beginning of the fitting process.

* .

* Fixed minor error in uniitest

* .

* Add unittest for target type checking.

* .

* .

* [Debug] try with numpy version 1.14.5

* [Debug] Check if numpy version 1.14.6 raises error.

* Check target type at the beginning of the fitting process.

* .

* Fixed minor error in uniitest

* .

* Add unittest for target type checking.

* .

* .

* [Debug] Check if numpy version 1.14.6 raises error.

* Fix numpy version to 1.14.5

* Add comment to Mock in test_type_of_target

* Fix line length in example_parallel.py

* Fix minor error

* FIX classifier returning prediction larger than 1

* Remove comments

* ADD unittest for ensemble_selection.predict()

* minor FIX

* ADD assertion in predict_proba to check probabilities sum up to 1.

* REVERT changes in autosklearn/ensemble_builder.py

* simplify ensemble prediction method

* Modify assertion statement

* ADD case check in ensemble_selection.predict()

* Fix minor error in pred_probs verficiation.

* Modify unittest for ensemble_selection.predict()

* FIX flake8 errors

* FIX flake8 error

* ADD Ignore assertion for multilabel, check probabilities lie between [0, 1].

* Debug flake8 error
@codecov-io
Copy link

codecov-io commented Dec 7, 2018

Codecov Report

Merging #595 into master will increase coverage by 0.12%.
The diff coverage is 92.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #595      +/-   ##
==========================================
+ Coverage   78.59%   78.72%   +0.12%     
==========================================
  Files         130      130              
  Lines       10120    10129       +9     
==========================================
+ Hits         7954     7974      +20     
+ Misses       2166     2155      -11
Impacted Files Coverage Δ
autosklearn/util/data.py 63.88% <ø> (-0.98%) ⬇️
autosklearn/metalearning/mismbo.py 100% <ø> (ø) ⬆️
autosklearn/util/common.py 76.47% <0%> (-0.68%) ⬇️
autosklearn/ensembles/ensemble_selection.py 58.18% <100%> (+2.13%) ⬆️
...osklearn/metalearning/optimizers/optimizer_base.py 69.35% <100%> (ø) ⬆️
autosklearn/evaluation/train_evaluator.py 93.77% <100%> (+0.02%) ⬆️
autosklearn/automl.py 81.73% <100%> (+0.58%) ⬆️
autosklearn/__version__.py 100% <100%> (ø) ⬆️
...mponents/data_preprocessing/balancing/balancing.py 85.48% <100%> (+0.23%) ⬆️
...peline/components/regression/xgradient_boosting.py 93.69% <100%> (+0.77%) ⬆️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd0fe3f...7efa57f. Read the comment docs.

@mfeurer mfeurer merged commit d31992a into master Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants