摘要:
1、AUC 全称是Area under the Curve of ROC,ROC曲线下方的面积,常用来评价一个二分类模型的训练效果。 ROC曲线: 二元分类模型的单个样本预测有四种结果,混淆矩阵: 基于以上混淆矩阵,ROC曲线定义为 假阳性率(FPR)定义为 X 轴,真阳性率(TPR)定义为 Y 轴 阅读全文
摘要:
1、参数Parameters n_estimators int, default=100 The number of trees in the forest. Changed in version 0.22: The default value of n_estimators changed fro 阅读全文
摘要:
1、windows安装tflearn报错 curses is not supported on this machine (please install/reinstall curses for an optimal experience) 解决办法: 1、conda install wheel 2 阅读全文