Flow
TEST8b55c4fa09sklearn.feature_selection._variance_threshold.VarianceThreshold

TEST8b55c4fa09sklearn.feature_selection._variance_threshold.VarianceThreshold

Visibility: public Uploaded 10-01-2024 by Continuous Integration sklearn==1.3.2 numpy>=1.17.3 scipy>=1.5.0 joblib>=1.1.1 threadpoolctl>=2.0.0 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_1.3.2
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
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.

Parameters

thresholdFeatures 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.default: 0.0

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table