Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/341.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 评分=”分;中华民国;关于RF和DT的GridSearchCV_Python_Scikit Learn - Fatal编程技术网

Python 评分=”分;中华民国;关于RF和DT的GridSearchCV

Python 评分=”分;中华民国;关于RF和DT的GridSearchCV,python,scikit-learn,Python,Scikit Learn,阅读scikit学习文档并寻找类似的主题,我想不出答案 我可以在随机森林或决策树上应用GridSearchCV having scoring=“roc_auc”而不存在任何缺陷吗 提前感谢您的澄清。答案是:这是可能的。 但是,该功能仅适用于所述问题下的二进制情况。正如@AndreasMueller所解释的

阅读scikit学习文档并寻找类似的主题,我想不出答案

我可以在随机森林或决策树上应用GridSearchCV having scoring=“roc_auc”而不存在任何缺陷吗


提前感谢您的澄清。

答案是:这是可能的。 但是,该功能仅适用于所述问题下的二进制情况。正如@AndreasMueller所解释的