8.特征选择

用过滤法对以下数据进行特征选择:
[[0,2,0,3],
[0,1,4,3],
[0,1,1,3]]

要求:
1、Variance Threshold(threshold =1.0)
2、将结果截图

答:

原文地址:https://www.cnblogs.com/hzxx/p/13069122.html