Lv.的博客
摘要: https://www.e-learn.cn/content/python/2198918from sklearn.feature_selection import SelectKBest,f_classif #数据预处理过滤式特征选取SelectKBest模型 def test_SelectKBest(): X=[[1,2,3,4,5], [5,4,3,2,1],... 阅读全文
posted @ 2019-09-01 15:59 Avatarx 阅读(1551) 评论(0) 推荐(0)