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
Detail:
I've previously used "lgb" for classification and it worked but now it doesn't seem to work for classification tasks. And if I remove the estimator_list from the automl_settings then I get a NoneType error which doesn't go away even after using the pip install flaml[automl] command as suggested by one of the answers in the issues.
Error 1: When using only LGBM
Error 2: When not defining any specific estimator
What I've tried?
I can use other estimators if I exclude 'lgb'. That works fine
I tried installing both flaml[automl] and flaml[notebook] but the problem remains
Tried updating the library but still no luck
Though I'm not stuck at this point because I'm able to use other estimators but just wanted to point out the issue
The text was updated successfully, but these errors were encountered:
Detail:
I've previously used "lgb" for classification and it worked but now it doesn't seem to work for classification tasks. And if I remove the estimator_list from the automl_settings then I get a NoneType error which doesn't go away even after using the pip install flaml[automl] command as suggested by one of the answers in the issues.
Error 1: When using only LGBM
Error 2: When not defining any specific estimator
What I've tried?
The text was updated successfully, but these errors were encountered: