首页
编程
java
php
前端
首页
编程
java
php
前端
如何在计算AUC之前进行数值的转化
y_test中的取值是1和5,需要先把它转换为取值为0和1的二值数组y_test_binary。
create y_test_binary from y_test, which contains ones and zeros instead
转化取值应该怎么写
点击展开全文