AggregateMetric#
- class AggregateMetric(func, method='jackknife', name=None, **kwargs)[源代码][源代码]#
计算度量的成对值。
- 参数:
- 函数函数
计算成对度量的函数。
- 名称str
指标名称
方法
compute
(y_true, y_pred)计算指标和标准误差。
- compute(y_true, y_pred)[源代码][源代码]#
计算指标和标准误差。
参考文献
[1]Efron 和 Stein, (1981), “刀切法估计方差。”
[2]McIntosh, Avery. “The Jackknife Estimation Method”. <http://people.bu.edu/aimcinto/jackknife.pdf>
[3]Efron, Bradley. “The Jackknife, the Bootstrap, and other Resampling Plans”. 技术报告编号 63, 生物统计学部, 斯坦福大学, 1980年12月。
[4]Jackknife 重采样