标签: python machine-learning scikit-learn metrics
在我看来,make_scorer函数中对needs_threshold的描述并没有得到很好的解释。它只说“ score_func是否需要连续的决策确定性”。这到底是什么意思?另外,needs_proba和needs_threshold参数之间是否存在关系?谢谢!