
<oml:flow xmlns:oml="http://openml.org/openml">
  <oml:id>20</oml:id>
<oml:uploader>3229</oml:uploader>
<oml:name>TEST74f5b23ed7sklearn.feature_selection._variance_threshold.VarianceThreshold</oml:name>
<oml:custom_name>sklearn.VarianceThreshold</oml:custom_name>
<oml:class_name>sklearn.feature_selection._variance_threshold.VarianceThreshold</oml:class_name>
<oml:version>1</oml:version>
<oml:external_version>openml==0.16.0,sklearn==1.7.2</oml:external_version>
<oml:description>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.</oml:description>
<oml:upload_date>2026-01-20T10:48:52</oml:upload_date>
<oml:language>English</oml:language>
<oml:dependencies>sklearn==1.7.2
numpy&gt;=1.22.0
scipy&gt;=1.8.0
joblib&gt;=1.2.0
threadpoolctl&gt;=3.1.0</oml:dependencies>
<oml:parameter>
	<oml:name>threshold</oml:name>
	<oml:data_type>float</oml:data_type>
	<oml:default_value>0.0</oml:default_value>
	<oml:description>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.</oml:description>
</oml:parameter>
<oml:tag>openml-python</oml:tag>
<oml:tag>python</oml:tag>
<oml:tag>scikit-learn</oml:tag>
<oml:tag>sklearn</oml:tag>
<oml:tag>sklearn_1.7.2</oml:tag>
</oml:flow>
