摘要: 参考 tf.metrics.mean, 编写一个广告中常用的pcoc 度量,在tf.esitmator 模型中使用 ```python class Kmetrics(object): @staticmethod def pcoc(labels, predictions, weights=None, 阅读全文
posted @ 2022-04-19 15:56 bregman 阅读(85) 评论(0) 推荐(0)