Also, the class is well documented, but because of an omission, it wasn't linked from the API page at the time of the last stable release.
This has been fixed in the development version, so you can read the docs in a friendlier way here [1]. Best, Vlad [1] http://scikit-learn.org/dev/modules/generated/sklearn.feature_selection.VarianceThreshold.html On Sun, Aug 17, 2014 at 4:58 PM, Michael Eickenberg <[email protected]> wrote: > > > > On Sun, Aug 17, 2014 at 4:45 PM, William Komp <[email protected]> > wrote: >> >> Hi, >> >> >> >> Can anyone tell me where the Feature Selection VarianceThreshold code is >> located? >> >> > The code is here > https://github.com/scikit-learn/scikit-learn/blob/0.15.X/sklearn/feature_selection/variance_threshold.py > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Scikit-learn-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general > ------------------------------------------------------------------------------ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
