Skip to content

Conversation

@mfeurer
Copy link
Contributor

@mfeurer mfeurer commented May 17, 2022

in case user sets ensemble_size=0 so that predict can always be used. Helpful for testing #1475.

Calling this function is only necessary if ``ensemble_size==0``, for
example when executing *auto-sklearn* in parallel.
Calling this function is only necessary if ``ensemble_size==0``.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this true?

@codecov
Copy link

codecov bot commented May 18, 2022

Codecov Report

Merging #1479 (7be43f6) into development (0b5fa19) will increase coverage by 0.33%.
The diff coverage is 100.00%.

@@               Coverage Diff               @@
##           development    #1479      +/-   ##
===============================================
+ Coverage        84.06%   84.40%   +0.33%     
===============================================
  Files              151      151              
  Lines            11448    11437      -11     
  Branches          1988     1984       -4     
===============================================
+ Hits              9624     9653      +29     
+ Misses            1297     1259      -38     
+ Partials           527      525       -2     

Impacted file tree graph

@mfeurer mfeurer merged commit becbd07 into development May 18, 2022
@mfeurer mfeurer deleted the single_best_fallback branch May 18, 2022 20:23
eddiebergman pushed a commit that referenced this pull request Aug 18, 2022
* Load single best model as fallback

* Update estimators.py

* Improve comment in code.

* Fix meta-data generation test, potentially improve model loading
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