Commit Graph

1222 Commits

Author SHA1 Message Date
Gael Varoquaux d4f53edd99 DOC: add docs of assign_label in spectral clustering 2012-10-27 22:40:45 +02: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
Lars Buitinck 9e3e9ad806 DOC copyediting
Removed the note about vector space models; tf-idf is not the defining
feature of the VSM, AFAIK. In any case, it's not very relevant to ML.
2012-09-05 01:01:51 +02:00
Alexandre Gramfort 466479fe03 API : consistent use alpha_/alphas_ for alpha/alphas estimated by CV in linear models (issue #1041) 2012-09-02 23:16:54 +02:00
Vlad Niculae d40f7a4246 Fix doctests 2012-09-02 23:16:53 +02:00
Vlad Niculae b0cb95907f Remove deprecated load_20newsgroups from classes.rst 2012-09-01 20:02:15 +02:00
Andreas Mueller 05630b0ae4 ENH added min_df keyword to CountVectorizer, default=2 2012-09-01 14:29:35 +02:00
Gael Varoquaux 9d0080aab3 DOC: link to Randomized sparsity in Lasso section 2012-08-29 15:14:13 +03:00
Peter Prettenhofer 053d1a5c80 Merge branch 'master' into sgd-predict-proba 2012-08-29 11:38:23 +02:00
Fabian Pedregosa 97c290cc58 Merge pull request #1078 from buguen/docs
correcting typos in the doc
2012-08-27 07:03:16 -07:00
buguen fed82592bb correcting typos in the doc 2012-08-27 15:06:06 +02:00
Andreas Mueller c59a7dd066 ENH updated whatsnew for bugfix, removed warning box, tightened test. 2012-08-27 11:41:52 +02:00