-
Notifications
You must be signed in to change notification settings - Fork 332
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
no support for LGBMRegressor #280
Comments
@buus2 at first I thought that this due to missing support for lightgmb booster (which is being fixed in #270), but now I see that you are using scikit-learn API and this should work (and is tested on Travis), it is supported here: Line 22 in 7218e0d
So I'm not sure how can it happen so far... I checked Travis build and it's using exactly the same version Lines 50 to 52 in 7218e0d
Which python version do you use? |
I have just tried again and this time it worked perfectly… My current setup is: Anyway, since now it works, I think we may close this discussion. Sorry for bothering you and thank you for the nice tool you provide. |
Thanks for persistence and for your kind words @buus2 ! 👍 Closing this. |
Hi,
Although LightGBM is officially supported, in a Jupyter notebook for
I obtain
I use LightGBM 2.2.1, eli5 0.8.
@lopuhin What to do?
The text was updated successfully, but these errors were encountered: