rishiraj/autolgbm

predict error

EtienneArbogast opened this issue · 1 comments

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 ?

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.