-
Notifications
You must be signed in to change notification settings - Fork 165
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
Allow fit params for LightGBM #117
Comments
@ValeriaGomes I think the extra_params argument covers that, right? |
Hmm I'm wrong, this argument only covers the hyperparameter section here https://lightgbm.readthedocs.io/en/latest/Parameters.html |
Any specific behaviour you feel we are missing @ValeriaGomes? I see there's some overlap between what |
@sadikneipp : Good point! I hadn't seen the |
🆙 on this, I think with the current learners we cannot pass a validation set to work with early stopping in LightGBM. |
Describe the feature and the current state.
fit
method. One possible solution is to add afit_params
into the LightGBM function in FkLearn for increased flexibility.Will this change a current behavior? How?
We would be able to configure the fit function using FkLearn.
Additional Information
https://lightgbm.readthedocs.io/en/latest/pythonapi/lightgbm.LGBMClassifier.html#lightgbm.LGBMClassifier.fit
The text was updated successfully, but these errors were encountered: