【发布时间】:2020-11-05 09:47:03
【问题描述】:
是否有在 pyspark 上获取 MCC(数学相关系数)的现有实现? 从混淆矩阵中实现一个很容易,但如果已经实现了一个,最好重复使用。
https://en.wikipedia.org/wiki/Matthews_correlation_coefficient
SKLearn API 相同: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.matthews_corrcoef.html
【问题讨论】:
标签: pyspark