Skip to content

Conversation

franchuterivera
Copy link
Contributor

@franchuterivera franchuterivera commented Feb 17, 2021

Adds a check to make sure new arguments to estimators also appear in askl2

Addresses #1050

@codecov
Copy link

codecov bot commented Feb 17, 2021

Codecov Report

Merging #1084 (683ca71) into development (598d33d) will increase coverage by 0.24%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1084      +/-   ##
===============================================
+ Coverage        85.29%   85.53%   +0.24%     
===============================================
  Files              130      130              
  Lines            10372    10372              
===============================================
+ Hits              8847     8872      +25     
+ Misses            1525     1500      -25     
Impacted Files Coverage Δ
autosklearn/experimental/askl2.py 80.19% <ø> (ø)
autosklearn/evaluation/train_evaluator.py 73.46% <0.00%> (+0.21%) ⬆️
autosklearn/data/abstract_data_manager.py 55.73% <0.00%> (+1.63%) ⬆️
...eline/components/feature_preprocessing/fast_ica.py 97.82% <0.00%> (+6.52%) ⬆️
autosklearn/evaluation/abstract_evaluator.py 89.01% <0.00%> (+7.84%) ⬆️

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 598d33d...6b8d8db. Read the comment docs.

Copy link
Contributor

@mfeurer mfeurer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot - so the original issue was already fixed?

@franchuterivera
Copy link
Contributor Author

Yeah, the scoring function was there. We were missing just the per run time limit, which this PR fixes along testing for the future.

@mfeurer mfeurer merged commit b66d2c7 into development Feb 24, 2021
@mfeurer mfeurer deleted the ADD_1050 branch February 24, 2021 20:45
franchuterivera added a commit to franchuterivera/auto-sklearn that referenced this pull request Mar 11, 2021
* MAINT cleanup readme and remove old service yaml file (.landscape.yaml)

* MAINT bump to dev version

* move from fork to spawn

* FIX_1061 (automl#1063)

* FIX_1061

* Fxi type of target

* Moving to classes_

* classes_ should be np.ndarray

* Force float before nan

* Pynisher context is passed to metafeatures (automl#1076)

* Pynisher context to metafeatures

* Update test_smbo.py

Co-authored-by: Matthias Feurer <[email protected]>

* Calculate loss support (automl#1075)

* Calculate loss support

* Relaxed log loss test for individual models

* Feedback from automl#1075

* Missing loss in comment

* Revert back test as well

* Fix rank for metrics for which greater value is not good (automl#1079)

* Enable Mypy in evaluation (except Train Evaluator) (automl#1077)

* Almost all files for evaluation

* Feedback from PR

* Feedback from comments

* Solving rebase artifacts

* Revert bytes

* Automatically update the Copyright when building the html (automl#1074)

* update the year automatically

* Fixes for new numpy

* Revert test

* Prepare new release (automl#1081)

* prepare new release

* fix unit test

* bump version number

* Fix 1072 (automl#1073)

* Improve selector checking

* Remove copy error

* Rebase changes to development

* No .cache and check selector path

* Missing params in signature (automl#1084)

* Add size check before trying to split for GMeans (automl#732)

* Add size check before trying to split

* Rebase to new code

Co-authored-by: chico <[email protected]>

* Fxi broken links in docs and update parallel docs (automl#1088)

* Fxi broken links

* Feedback from comments

* Update manual.rst

Co-authored-by: Matthias Feurer <[email protected]>

* automl#660 Enable Power Transformations Update (automl#1086)

* Power Transformer

* Correct typo

* ADD_630

* PEP8 compliance

* Fix target type

Co-authored-by: MaxGreil <[email protected]>

* Stale Support (automl#1090)

* Stale Support

* Enhanced criteria for stale

* Enable weekly cron job

* test

Co-authored-by: Matthias Feurer <[email protected]>
Co-authored-by: Matthias Feurer <[email protected]>
Co-authored-by: Rohit Agarwal <[email protected]>
Co-authored-by: Pepe Berba <[email protected]>
Co-authored-by: MaxGreil <[email protected]>
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.

2 participants