I have scikit-learn 0.24.1 and scikit-optimize 0.8.1, when I tried to use the BayesSearchCV function it gave me this error:
TypeError: __init__() got an unexpected keyword argument 'iid'
when I searched it turned out that the 'iid' is deprecated in the new scikit-learn, any suggestions to solve this problem?
As it says here, 'iid' is deprecated:
https://github.com/scikit-optimize/scikit-optimize/issues/978
2.1m questions
2.1m answers
60 comments
57.0k users