Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
549 views
in Technique[技术] by (71.8m points)

python - incompatibility issue between scikit-learn 0.24.1 and scikit-optimize 0.8.1

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?

question from:https://stackoverflow.com/questions/65936458/incompatibility-issue-between-scikit-learn-0-24-1-and-scikit-optimize-0-8-1

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...