8、特征选择

用过滤法对以下数据进行特征选择:

                             [[0,2,0,3],

                              [0,1,4,3],

                              [0,1,1,3]]

要求:

1、Variance Threshold(threshold =1.0)

2、将结果截图

 

原文地址:https://www.cnblogs.com/lychee2333/p/12784771.html