此内容在sklearn官网地址: http://scikit-learn.org/stable/modules/feature_selection.html
sklearn版本:0.18.2
特征选择除了上节说到的L1-based feature selection、Tree-based feature selection的主要方式。另外还有一些不那么常用方法,如官网中提到的Removing features with low variance、Univariate feature selection。
Removing features with low variance
以下为官网关于此内容的全部解释
设置方差阈值,根据阈值进行筛选。
Univariate feature selection
Univariate feature selecti