26093 1159 TEST7f67b2c0e7sklearn.feature_selection._variance_threshold.VarianceThreshold sklearn.VarianceThreshold sklearn.feature_selection._variance_threshold.VarianceThreshold 1 openml==0.14.1,sklearn==0.24.2 Feature selector that removes all low-variance features. This feature selection algorithm looks only at the features (X), not the desired outputs (y), and can thus be used for unsupervised learning. 2024-01-15T10:52:40 English sklearn==0.24.2 numpy>=1.13.3 scipy>=0.19.1 joblib>=0.11 threadpoolctl>=2.0.0 threshold float 0.0 Features with a training-set variance lower than this threshold will be removed. The default is to keep all features with non-zero variance, i.e. remove the features that have the same value in all samples. openml-python python scikit-learn sklearn sklearn_0.24.2