摘要:
一、错误 二、警告 2.1 Default Argument Value is mutable 参考 xbs118的博文 Pycharm警告:Default Argument Value is mutable 我们在Python里写函数时,常常会给一些参数赋初始值。我们把这些初始值叫作Default 阅读全文
摘要:
一、ValueError 1.1 Only one class present in y_true. ROC AUC score is not defined in that case. 字面意思:y_true只有一个类呈现。ROC AUC score 没有对这种案例定义操作 直接原因:1)最初给的 阅读全文