Y-oHr-N / OptGBM

Optuna + LightGBM = OptGBM
MIT License
34 stars 7 forks source link

Fixing check_cv for sklearn 1.0 #122

Closed kmedved closed 2 years ago

kmedved commented 3 years ago

The current check_cv throws an error complaining about 3 positional parameters. Not totally clear to me honestly why the existing syntax fails sklearn's positional checks, but this fixes the issue.

Y-oHr-N commented 2 years ago

Sorry for the delay in replying. Thank you for the fix!