8000 feat(show_models): track model_ids in cv_results by aron-bram · Pull Request #1628 · automl/auto-sklearn · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(show_models): track model_ids in cv_results #1628

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

Merged
merged 1 commit into from
Dec 7, 2022
Merged

Conversation

aron-bram
Copy link
Collaborator
@aron-bram aron-bram commented Dec 1, 2022

Closes #1620
Corrects PR #1627

To improve flexibility, the id of each model is now also collected by cv_results.

The code I wrote is similar to what was already present in show_models.
Apart from small additions and changes to cv_results, I ended up deleting a nested function (has_key) in show_models in the hope of improving its readability.

@eddiebergman eddiebergman changed the title refactor: track model_ids in cv_results feat(show_models): track model_ids in cv_results Dec 1, 2022
Copy link
Contributor
@eddiebergman eddiebergman left a comment

Choose a reason for hiding this comment

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

Looks good, I'm not really sure of any concrete test that makes sense other than checking that the column exists so we can perhaps pass on that.

Edit: I also updated your title and description a little bit, the description noew says "Closes " just so github automatically tracks it, ("Fixes issue " doesn't work unfortunately). The title I changed to feat because technically it is some new feature, we can discuss this in person to settle on some agreement between us for it.

@codecov
Copy link
codecov bot commented Dec 1, 2022

Codecov Report

Merging #1628 (dc25358) into development (a978478) will decrease coverage by 0.13%.
The diff coverage is 100.00%.

Additional details and impacted files
@@               Coverage Diff               @@
##           development    #1628      +/-   ##
===============================================
- Coverage        83.37%   83.24%   -0.14%     
===============================================
  Files              156      156              
  Lines            11930    11931       +1     
  Branches          1897     1898       +1     
===============================================
- Hits              9947     9932      -15     
- Misses            1417     1430      +13     
- Partials           566      569       +3     

Impacted file tree graph

8332

@aron-bram aron-bram merged commit 63bfbeb into development Dec 7, 2022
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.

[Question] How to find the corresponding cv_results_ model information by Model_id
2 participants
0