Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize dev and master again #1181

Merged
merged 14 commits into from
Jul 27, 2021
Merged

Synchronize dev and master again #1181

merged 14 commits into from
Jul 27, 2021

Conversation

mfeurer
Copy link
Contributor

@mfeurer mfeurer commented Jul 26, 2021

No description provided.

mfeurer and others added 13 commits March 25, 2021 13:04
* [FIX] clone test of dummy estimator (#1129)

* [FIX] clone test of dummy estimator

* [FIX] flake8

* [Fix] stale only-labels

* [Fix] Mark as stale if any of the provided labels
* Delete COPYING

* Create LICENSE

* Delete LICENSE.txt

* Update setup.py

* Rename LICENSE to LICENSE.txt

* bundle license
* Add precision reduction in case of data being too large

* reduce scipy dependency
* update askl2 metadata

* updates

* update Auto-sklearn 2.0 data and selector

* fix rebase error
@codecov
Copy link

codecov bot commented Jul 26, 2021

Codecov Report

Merging #1181 (6f1e5c3) into development (dbc7170) will decrease coverage by 0.21%.
The diff coverage is 88.46%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1181      +/-   ##
===============================================
- Coverage        86.14%   85.93%   -0.22%     
===============================================
  Files              138      138              
  Lines            10656    10790     +134     
===============================================
+ Hits              9180     9272      +92     
- Misses            1476     1518      +42     
Impacted Files Coverage Δ
autosklearn/experimental/selector.py 66.97% <ø> (-7.03%) ⬇️
autosklearn/experimental/askl2.py 85.21% <86.66%> (+5.01%) ⬆️
autosklearn/__version__.py 100.00% <100.00%> (ø)
autosklearn/automl.py 85.00% <100.00%> (+0.36%) ⬆️
autosklearn/ensemble_builder.py 76.76% <0.00%> (-1.02%) ⬇️
autosklearn/util/logging_.py 62.68% <0.00%> (-0.75%) ⬇️
autosklearn/evaluation/__init__.py 81.19% <0.00%> (+1.28%) ⬆️
autosklearn/util/dependencies.py 94.91% <0.00%> (+1.69%) ⬆️
... and 1 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 dbc7170...6f1e5c3. Read the comment docs.

* Fix test errors with SMAC caused by dask 2021.07

The latest version of dask (2021.07) does not play nicely with
`lazy_import` in SMAC.
Fixing the version to be `dask>=2021.06,<2021.07` fixes this.

* Removed lower bound for dask, reset distributed's lower bound

* Typo
@mfeurer mfeurer merged commit 611cf5c into development Jul 27, 2021
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.

4 participants