sb-ai-lab / LightAutoML

Fast and customizable framework for automatic ML model creation (AutoML)
https://developers.sber.ru/portal/products/lightautoml
Apache License 2.0
1.18k stars 51 forks source link

Add upper bound for scikit-learn version #73

Closed elineii closed 1 year ago

elineii commented 1 year ago

add upper bound for scikit-learn version (<1.0) to avoid the problem with renamed parameters: "The 'criterion' parameter of RandomForestRegressor must be a str among {'squared_error', 'poisson', 'friedman_mse', 'absolute_error'}. Got 'mse' instead."