Python進行特徵提取

# -*- coding: utf-8 -*- """ Created on Mon Aug 21 10:57:29 2017 @author: 飄的心 """ #過濾式特徵選擇 #根據方差進行選擇,方差越小,表明該屬性識別能力不好,能夠剔除 from sklearn.feature_selection import VarianceThreshold x=[[100,1,2,3], [100,4
相關文章
相關標籤/搜索