Visibility: public Uploaded 22-11-2019 by Jan van Rijn
sklearn==0.21.2
numpy>=1.6.1
scipy>=0.9 0 runs
0 likesdownloaded by 0 people 0 issues0 downvotes
, 0 total downloads
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.