我有 scikit-learn 0.24.1 和 scikit-optimize 0.8.1,当我尝试使用 BayesSearchCV 函数时,它给了我这个错误:
TypeError: __init__() got an unexpected keyword argument 'iid'
当我搜索时发现新的 scikit-learn 中不推荐使用“iid”,有什么建议可以解决这个问题?
python machine-learning scikit-learn hyperparameters skopt
hyperparameters ×1
machine-learning ×1
python ×1
scikit-learn ×1
skopt ×1