We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tune_grid() not working when sample_size = tune().
The text was updated successfully, but these errors were encountered:
update test for tune. related to #22
a568413
The test is failing because of sample_size = tune() for lightgbm.
It might be an issue with {dials} itself.
Sorry, something went wrong.
I think this can be fixed by replacing sample_size with sample_prop here, according to dials' docs. Need a PR?
sample_size
sample_prop
PR is ready for review. Thanks.
Successfully merging a pull request may close this issue.
tune_grid() not working when sample_size = tune().
The text was updated successfully, but these errors were encountered: