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

predict error #1

Open
EtienneArbogast opened this issue Feb 23, 2022 · 1 comment
Open

predict error #1

EtienneArbogast opened this issue Feb 23, 2022 · 1 comment

Comments

@EtienneArbogast
Copy link

Hi, good job @rishiraj :-)
Trying to predict on test file, but got an error :
KeyError: 'early_stopping_rounds'

It looks like lightgbm has moved this key to 'early_stopping()'
Did you encounter this ?

@rishiraj
Copy link
Owner

Must be a version mismatch of LightGBM used here and the one you used, since 'early_stopping_rounds' was deprecated but not removed in the version used here, so it should give warning, not error. Anyway thanks for the feedback. I'll make the necessary changes and update the pip package soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants