摘要: from sklearn.feature_selection import VarianceThreshold X=[[100,1,2,3], [100,4,5,6], [100,7,8,9], [101,11,12,13]] selector=VarianceThreshold(1)#方差为1 s 阅读全文
posted @ 2021-02-07 22:18 小千北同学超爱写代码 阅读(1173) 评论(0) 推荐(0) 编辑