Skip to content Skip to sidebar Skip to footer

TypeError: __init__() Got An Unexpected Keyword Argument 'iid'

I found best parameters and best score using GridSearchCV and RandomizedSearchCV for my TCSVM model. and now i want to use the BayesSearchCV in order to compare it with previous me

Solution 1:

Finally it works, i uninstall scikit-learn using pip uninstall scikit-learn, and install it again, after that i installed scikit-optimize using pip install --upgrade scikit-optimize==0.23.3 so after that when i run my code it works pretty fine.

thank you @furas for your help


Post a Comment for "TypeError: __init__() Got An Unexpected Keyword Argument 'iid'"