摘要: 多条ROC曲线绘制函数 def multi_models_roc(names, sampling_methods, colors, X_test, y_test, save=True, dpin=100): """ 将多个机器模型的roc图输出到一张图上 Args: names: list, 多个模 阅读全文
posted @ 2022-01-15 21:49 常给自己加个油 阅读(2588) 评论(0) 推荐(0) 编辑