Weka 3-6 运行GridSearch的错误及解决方法
在运行weka 3-6 的GridSearch时,弹出错误提示框:
问题一:Classifier needs to handle numeric class forchosen type of evaluation!
解决:将evaluation的标准选择为:Accuracy。(离散类的评价指标)
Weka 3-6 运行GridSearch的错误及解决方法
在运行weka 3-6 的GridSearch时,弹出错误提示框:
问题一:Classifier needs to handle numeric class forchosen type of evaluation!
解决:将evaluation的标准选择为:Accuracy。(离散类的评价指标)