-
Notifications
You must be signed in to change notification settings - Fork 29
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
cross_validate don't work with LightGBM v4.0.0 #112
Comments
@yuta100101 Thank you for reporting! It should be replaced with callback API. |
As a temporary measure, I have set a version constraint on the installation of LightGBM. The version has been limited to LightGBM<4.0.0. |
Here is an article that may be helpful in resolving this issue. |
Not only |
Sorry for the lack of words, |
Thanks for publishing such a useful tool!
A few days ago, LightGBM's new version 4.0.0 has been released.
In this release,
early_stopping_rounds
argument infit()
was removed.So, functions that use
cross_validate()
such asrun_experiment
don't work.(There may be other functions that don't work, I haven't investigated yet.)
Of cource, there is no probrem with versions before 3.3.5.
pytest log
<\details>
The text was updated successfully, but these errors were encountered: