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

fix: allow training_frac == 1 #347

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

fix: allow training_frac == 1 #347

wants to merge 9 commits into from

Conversation

kelly-sovacool
Copy link
Member

@kelly-sovacool kelly-sovacool commented Feb 26, 2025

Issues

resolves #345

Change(s) made

  • check_training_frac() now expects it to be in (0,1].

Checklist

(Strikethrough any points that are not applicable.)

  • Write unit tests for any new functionality or bug fixes.
  • Update docs if there are any API changes:
    • roxygen comments
    • [ ] vignettes
  • Update NEWS.md if this includes any user-facing changes.
  • The check workflow succeeds on your most recent commit. This is always required before the PR can be merged.

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.

run_ml does not support "training_frac = 1.0" to get best hyperparameter value
1 participant