Flow
sklearn.feature_selection.variance_threshold.VarianceThreshold

sklearn.feature_selection.variance_threshold.VarianceThreshold

Visibility: public Uploaded 14-08-2021 by Sergey Redyuk sklearn==0.20.0 numpy>=1.8.2 scipy>=0.13.3 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_0.20.0
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