Commit Graph

1232 Commits

Author SHA1 Message Date
Lars Buitinck f8d7bd43fd ENH OneHotEncoder docs + TypeError + test active_features_ 2012-11-07 17:02:56 +01:00
Lars Buitinck bf87bf5893 Merge branch 'master' into pr/1279
Conflicts:
	doc/whats_new.rst
2012-11-07 13:36:51 +01:00
Gael Varoquaux d4f53edd99 DOC: add docs of assign_label in spectral clustering 2012-10-27 22:40:45 +02:00
Andreas Mueller c326b1fabe ENH removed ``remove_zeros`` parameter. 2012-10-27 18:19:57 +01:00
Andreas Mueller e04614ca03 TST fixed doctests, added more tests. Still 100% line coverage :) 2012-10-26 19:08:42 +01:00
Andreas Mueller f2e9d5b21f enh masking out zero features 2012-10-26 19:46:16 +02:00
Andreas Mueller 89257b6561 ENH better example. 2012-10-26 11:56:45 +02:00
Andreas Mueller deebe78c9c DOC more typos omg. comment about automatically inferring maximum values. 2012-10-26 11:14:35 +02:00
Andreas Mueller 086018288d ENH user-specified dtype, defaults to np.float, nicer numpy stuff :) 2012-10-25 22:11:53 +01:00
Andreas Mueller 2660482629 DOC minor fixes / typos. Thanks @larsmans. 2012-10-25 21:57:53 +01:00
Andreas Mueller fd9e1c2379 ENH added OneHotEncoder 2012-10-25 21:07:02 +01:00
Andreas Mueller 7613fa9c40 DOC small example / doctest for kernel approximation. 2012-10-23 15:44:40 +02:00
Peter Prettenhofer 465c8f7c77 doc: use n_iter instead of epochs; remove backslash 2012-10-23 14:48:55 +02:00
Gael Varoquaux f711bf2c2b TST: fix doctest 2012-10-16 23:33:09 +02:00
Andreas Mueller 51b06b8203 FIX doctests for max_iter 2012-10-16 16:46:48 +02:00
Olivier Grisel 2d4dd8969a FIX: missing figures in FA narrative doc 2012-10-14 15:30:46 +02:00
Lars Buitinck 3bc0276e03 Merge branch 'pr/1214' 2012-10-14 12:10:30 +02:00
Alexandre Gramfort 93a2fcfc29 DOC : adding FactorAnalysis to classes.rst 2012-10-13 19:34:12 +02:00
Alexandre Gramfort 5129029bd1 update what's new with FactorAnalysis 2012-10-13 19:29:02 +02:00
osdf 345d6fb1e4 Moved paragraph on FA before ICA. 2012-10-13 19:29:02 +02:00
osdf 3d769f5248 Adding some plots for FA. Ordering of articles must be adopted. 2012-10-13 19:29:01 +02:00
osdf 3732ccf4de Some documentation for FA. 2012-10-13 19:29:01 +02:00
Pavel 6cd2f57b7f Fixed typos. 2012-10-13 00:14:48 +04:00
Andreas Mueller 72e71bb439 ENH address @agramfort's comments, fix some doctests 2012-10-11 20:56:03 +01:00
Andreas Mueller b39609af4e ENH rename rho in SGD 2012-10-11 20:56:03 +01:00
Lars Buitinck a3fabe1371 Merge pull request #1204 from larsmans/mi-feature-selection
FIX Use scores, not p-values, for feature selection
2012-10-11 08:24:58 -07:00
Lars Buitinck 9423e9c808 DOC various typos and other minor stuff 2012-10-11 11:26:22 +02:00
Andreas Mueller 0a818270f3 COSMIT rename n_iterations to n_iter in cross_validation 2012-10-10 19:10:29 +01:00
Andreas Mueller 1b367e56e5 ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples 2012-10-10 19:10:29 +01:00
Lars Buitinck 98c666c642 DOC feature selection by scores instead of p-values 2012-10-08 10:54:06 +02:00
Lars Buitinck 40d139946d DOC LaTeX error in SVM narrative docs 2012-10-06 12:54:12 +02:00
Lars Buitinck 99f13efe08 DOC some improvements to FeatureUnion docs 2012-10-04 15:14:20 +02:00
Olivier Grisel e0f9a97928 FIX: broken doctest for DictVectorizer 2012-09-30 15:32:01 +02:00
Andreas Mueller d0878301a7 DOC added FeatureUnion to whatsnew. 2012-09-30 12:09:33 +01:00
Andreas Mueller 78789a1c84 MISC renaming FeatureStacker to FeatureUnion, adding docs 2012-09-30 11:55:32 +01:00
Mathieu Blondel abee624bf6 Fix docstrings and doctests. 2012-09-29 02:16:05 +09:00
Andreas Mueller c0a057843c ENH rename Scaler to StandardScaler everywhere 2012-09-23 17:31:15 +01:00
Lars Buitinck 3ca3e95b72 DOC rm references to deprecated stuff 2012-09-20 22:15:39 +02:00
Andreas Mueller 986ad8c441 FIX docstring for count vectorizer. Sorry about that. 2012-09-20 15:42:04 +01:00
Andreas Mueller acda3f6e28 DOC add isotonic regression to References (even if we move it soon), also OCD. 2012-09-17 21:07:16 +01:00
Lars Buitinck b4aa0cbca1 DOC RFE docstring + link RFECV in narrative docs 2012-09-17 20:16:38 +02:00
Lars Buitinck e9d227d09f DOC fix link for IsotonicRegression 2012-09-17 12:33:28 +02:00
Mathieu Blondel c979924825 Fix latex formula in isotonic regression doc. 2012-09-17 00:54:51 +09:00
Mathieu Blondel 85693d6272 Fix confusing notation in isotonic regression.
I replaced x to y_ to emphasize the fact that y_ is fitted
and because x had nothing to do with X used in
IsotonicRegression.fit.
2012-09-16 01:40:23 +09:00
Alexandre Gramfort d8d4af0973 ENH : finish addressing @GaelVaroquaux comments + improve coverage + add linear regression to example 2012-09-15 16:40:44 +02:00
Nelle Varoquaux 1f59e07c12 FIX IsotonicRegression only takes vector input, hence don't test it in the common estimators 2012-09-15 16:40:43 +02:00
Nelle Varoquaux ccd1ad3168 More documentation 2012-09-15 16:40:43 +02:00
Nelle Varoquaux c1abbf2214 DOC - added paragraph in user documentation on the isotonic regression + an example plot.
Fixed a couple of things from the isotonic regression such as better type checking and renaming variables
2012-09-15 16:40:43 +02:00
Lars Buitinck 2caa48432e DOC copyedit HMM documentation 2012-09-11 20:29:06 +02:00
Gael Varoquaux 0e5b876c8f DOC: add a reference on multi-output trees 2012-09-05 16:49:09 +02:00