想问问大家,如何使用超参数搜索方法对pyod的model进行超参数最优化搜索 #634
Unanswered
mike-egg123
asked this question in
Q&A
Replies: 0 comments
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.
-
我在私有数据集上探索pyod的各个模型的极限性能,尝试使用skopt的贝叶斯优化算法库和sklearn内置的随机搜索方法,对于pyod中的孤立森林算法,都会报如下错误:
ValueError: IForest should either be a classifier to be used with response_method=decision_function or the response_method should be 'predict'. Got a regressor with response_method=decision_function instead.
想问问大家这是什么情况呢?
Beta Was this translation helpful? Give feedback.
All reactions