标签: python machine-learning h2o
我想知道如何使用MCC作为得分对RandomForrest进行网格搜索。我想获得MCC高且不使用AUC值的最佳模型。
list(strategy = "RandomDiscrete", stopping_metric = "misclassification", stopping_tolerance = 0.0005, stopping_rounds = 5)
如何用MCC替换Stopping_metrics?