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

ENH: GP hyperparameter selection by cross-validation #250

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

oesteban
Copy link
Member

No description provided.

Copy link

codecov bot commented Oct 29, 2024

Codecov Report

Attention: Patch coverage is 37.03704% with 17 lines in your changes missing coverage. Please review.

Project coverage is 65.42%. Comparing base (2ac0106) to head (0dd7f9a).

Files with missing lines Patch % Lines
src/eddymotion/model/gpr.py 37.03% 16 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #250      +/-   ##
==========================================
- Coverage   66.24%   65.42%   -0.82%     
==========================================
  Files          19       19              
  Lines         942      969      +27     
  Branches      119      120       +1     
==========================================
+ Hits          624      634      +10     
- Misses        274      290      +16     
- Partials       44       45       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oesteban oesteban force-pushed the enh/cv-hyperparameter-selection branch 4 times, most recently from 629b12c to f3a62c9 Compare November 5, 2024 10:37
@jhlegarreta
Copy link
Collaborator

Let me know if you want me to test or review this @oesteban.

@oesteban
Copy link
Member Author

oesteban commented Nov 9, 2024

Let me know if you want me to test or review this @oesteban.

Not yet. This works, but the implementation requires more thinking that I haven't given it

…tion

Initial implementation of a cross-validated hyperparameter selection.

Add `ConfigSpace` and `smac` to the list of dependencies.
@jhlegarreta jhlegarreta force-pushed the enh/cv-hyperparameter-selection branch from f3a62c9 to 0dd7f9a Compare November 10, 2024 21:34
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