You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?
The text was updated successfully, but these errors were encountered: