摘要:
from sklearn.preprocessing import Binarizer #数据预处理二元化Binarizer模型 def test_Binarizer(): X=[[1,2,3,4,5], [5,4,3,2,1], [3,3,3,3,3,], [1,1,1,1,1]] print("before tra... 阅读全文
posted @ 2019-05-02 11:31
吴裕雄
阅读(960)
评论(0)
推荐(0)