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

[hyperopt] fixed metric_score to use test split when available #1239

Merged
merged 2 commits into from
Jul 20, 2021

Conversation

tgaddair
Copy link
Collaborator

@tgaddair tgaddair commented Jul 20, 2021

In the previous version of the code, the priority was:

  1. validation from training stats
  2. evaluation stats
  3. training from training stats

This PR changes the priority to:

  1. test from training stats
  2. evaluation stats
  3. validation from training stats
  4. training from training stats

@tgaddair tgaddair merged commit 5514e55 into master Jul 20, 2021
@tgaddair tgaddair deleted the fix-metric-score branch July 20, 2021 16:59
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.

None yet

1 participant