网站首页 站内搜索

搜索结果

查询Tags标签: 2019.12,共有 1条记录
  • 2019.12.3

    2019.12.3 import numpy as np from sklearn import metrics y = np.array([1, 1, 2, 2]) scores = np.array([0.1, 0.4, 0.35, 0.8]) fpr, tpr, thresholds = metrics.roc_curve(y, scores, pos_label=2)

    2021/7/8 23:36:20 人评论 次浏览
扫一扫关注最新编程教程