Re: [Scikit-learn-general] VarianceThreshold

2014-08-17 Thread Vlad Niculae
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/ge

Re: [Scikit-learn-general] VarianceThreshold

2014-08-17 Thread Michael Eickenberg
On Sun, Aug 17, 2014 at 4:45 PM, William Komp 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] VarianceThreshold

2014-08-17 Thread William Komp
Hi, Can anyone tell me where the Feature Selection VarianceThreshold code is located? There is no documentation that describes the VarianceThreshold at a class level in terms of properties and methods. My goal is to use VarianceThreshold to cut out constant and nearly constant fields while know