Skip to content

Conversation

@mfeurer
Copy link
Contributor

@mfeurer mfeurer commented May 11, 2019

No description provided.

Jin Woo Ahn and others added 28 commits March 13, 2019 15:55
`AutoMLRegressor` is currently lacking an `__init___()` method to be able to override default args to `AutoML` base class. This pull requests adds this functionality based on the existing code for `AutoMLClassifier`.
Add kwargs to AutoMLRegressor init
Fix issue with np 1.16.3 which forbids pickle loading
Allow brackets in path arguments
@codecov-io
Copy link

codecov-io commented May 11, 2019

Codecov Report

Merging #678 into master will decrease coverage by 0.01%.
The diff coverage is 64.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #678      +/-   ##
==========================================
- Coverage   85.68%   85.67%   -0.02%     
==========================================
  Files         122      122              
  Lines        9369     9373       +4     
==========================================
+ Hits         8028     8030       +2     
- Misses       1341     1343       +2
Impacted Files Coverage Δ
autosklearn/__version__.py 100% <100%> (ø) ⬆️
autosklearn/automl.py 82.18% <100%> (-0.12%) ⬇️
autosklearn/ensemble_builder.py 79.67% <25%> (ø) ⬆️
autosklearn/util/backend.py 79.78% <71.42%> (+0.14%) ⬆️
...ine/components/feature_preprocessing/kernel_pca.py 94.73% <0%> (-1.76%) ⬇️

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 f39c8d3...f236ded. Read the comment docs.

@mfeurer mfeurer merged commit 1c6af59 into master May 11, 2019
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