TypeError: __init__() got an unexpected keyword argument 'ml' #581
Unanswered
prateekgml
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
I created an issue and a PR to fix it #583 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to fit the model with the ensemble option-
automl.fit(X_train=X_train, y_train=y_train, task='classification', ensemble=True, use_ray=True, seed=42)But I am getting the following error:-
Before this error followings info is printed in console:-
Environment used is Kaggle and version of FLAML is 1.0.6.
My notebook is-
amex-perquet.txt
Beta Was this translation helpful? Give feedback.
All reactions