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

tune for lightgbm not working when sample_size = tune() #22

Open
Athospd opened this issue Aug 2, 2020 · 3 comments · Fixed by #40
Open

tune for lightgbm not working when sample_size = tune() #22

Athospd opened this issue Aug 2, 2020 · 3 comments · Fixed by #40
Labels
bug Something isn't working

Comments

@Athospd
Copy link
Member

Athospd commented Aug 2, 2020

tune_grid() not working when sample_size = tune().

@Athospd Athospd added the bug Something isn't working label Aug 2, 2020
Athospd added a commit that referenced this issue Aug 2, 2020
The test is failing because of sample_size = tune() for lightgbm.
@Athospd
Copy link
Member Author

Athospd commented Aug 2, 2020

It might be an issue with {dials} itself.

@siegfried
Copy link
Contributor

I think this can be fixed by replacing sample_size with sample_prop here, according to dials' docs. Need a PR?

@siegfried
Copy link
Contributor

PR is ready for review. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants