Commit Graph

1565 Commits

Author SHA1 Message Date
Olivier Grisel 00af6a26b6 FIX: Python 3 support for the neighbors doctests 2013-07-16 10:50:48 +02:00
Gael Varoquaux 9bd98c34f4 Merge branch 'pr_1732' 2013-07-14 11:43:22 -05:00
Jake Vanderplas 0fcd0ba101 DOC: move KDE discussion to separate page 2013-07-10 16:21:25 -07:00
Jake Vanderplas be0ba9dc39 DOC: small fixes to neighbors doc 2013-07-10 15:39:23 -07:00
Justin Vincent 2bd695ab01 Another ELLIPSIS 2013-07-10 17:51:57 -04:00
Justin Vincent 777f57a9a3 A little more of those unicode helpers 2013-07-10 17:26:26 -04:00
Justin Vincent e27743fcfd ELLIPSIS around a unicode issue. 2013-07-10 16:43:54 -04:00
Justin Vincent f1a40a4df4 Make the fixes 2.6 compatible 2013-07-10 16:01:10 -04:00
Justin Vincent 14f8fdba8e use ELLIPSIS in doctest to deal with numpy changes. 2013-07-10 13:01:41 -04:00
Justin Vincent c619e7ce72 Merge in master 2013-07-10 11:52:23 -04:00
Justin Vincent fe52584e83 Got all the doc-tests working 2013-07-10 10:52:25 -04:00
Jake Vanderplas 86ed8b754c DOC: pep8 & formatting in neighbors docs 2013-07-07 20:20:58 -07:00
Jake Vanderplas c7548ccbbe DOC: rearrange KDE examples 2013-07-07 18:16:45 -07:00
Jake Vanderplas 8c1a75ec41 add species KDE example 2013-07-07 09:02:26 -07:00
Jake Vanderplas 740963914f fix doctest in neighbors 2013-07-06 10:00:51 -07:00
Jake Vanderplas 60ddef94fa add KernelDensity to class list 2013-07-06 08:44:13 -07:00
Jake Vanderplas 3be1e6c6c1 adjust math formatting in neighbors docs 2013-07-06 08:02:55 -07:00
Jake Vanderplas eaac7aa19f fix conflicts with master 2013-07-06 07:53:37 -07:00
Jake Vanderplas e0b46f876c DOC: document the new neighbors functions & KDE 2013-07-05 13:17:31 -07:00
Lars Buitinck 4fe51bac2b Merge pull request #2027 from mblondel/select_categorical
ENH Non-categorical variables in OneHotEncoder
2013-07-05 11:19:34 -07:00
Lars Buitinck 7cff2e02f1 FIX failing doctest for CountVectorizer 2013-07-04 13:42:01 +02:00
Lars Buitinck 41b1f9a909 FIX charset -> encoding in load_files
Removed the deprecation of charse_error; this isn't going to be pickled
anyway. Renamed charset_error to decode_error, which I think is more
suggestive of its meaning than encoding_error.
2013-07-04 13:12:58 +02:00
Rob Speer b9877a7365 Move the new "Decoding text files" doc section
It should come after the other section that describes text feature
extraction.
2013-06-29 14:58:35 -05:00
Rob Speer b7b4f9363e Add a documentation section about decoding text.
This is a stage that has to happen before extracting features. Adding
this documentation helps address a bug report about UnicodeDecodeErrors.
2013-06-29 14:58:35 -05:00
Vlad Niculae d40caea23f DOC spelling and clarification 2013-06-29 16:18:24 +03:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Jake Vanderplas 7f9b783468 remove scipy cKDTree support from neighbors 2013-06-28 09:13:38 -07:00
Mathieu Blondel 85e4a5f2f9 Merge branch 'master' of github.com:scikit-learn/scikit-learn into select_categorical 2013-06-27 23:57:45 +09:00
eustache 05bfd4de5e Merge branch 'master' of git://github.com/scikit-learn/scikit-learn into out-of-core-examples 2013-06-21 10:18:46 +02:00
Andreas Mueller 7063ad262e DOC much more readable formula in chi2 kernel doc 2013-06-18 21:17:16 +02:00
eustache e31c4a70df added sub section on out-of-core scaling in the narrative docs 2013-06-18 10:05:45 +02:00
Peter Prettenhofer f84e646288 Merge remote-tracking branch 'upstream/master' into dbscan-doc-enh 2013-06-17 21:28:07 +02:00
Peter Prettenhofer 233c7dcdf9 enhanced (hopefully) DBScan documentation; killed some whitespace along the way... 2013-06-17 21:27:19 +02:00
Lars Buitinck df889f850c Merge pull request #1716 from larsmans/truncated-svd
[MRG] add latent semantic analysis/sparse truncated SVD
2013-06-12 04:40:24 -07:00
Lars Buitinck a7e0246624 FIX and link LSA clustering example 2013-06-12 13:39:39 +02:00
Lars Buitinck cacb14ef0a ENH add latent semantic analysis/sparse truncated SVD
Fixes #1519.
2013-06-12 13:39:36 +02:00
Joel Nothman 524e5adcae DOC similar note in narrative docs 2013-06-12 12:55:57 +10:00
Mathieu Blondel 017afab7af Rename _apply_transform to _transform_selected and make it a function
rather than a method.
2013-06-05 19:56:33 +09:00
Mathieu Blondel de560bfcfb Move balance_weights out of preprocessing.
See #1763.
2013-06-04 18:45:07 +09:00
Peter Prettenhofer 724652ef41 corrected doctests after moving L2 penalty application in SGD 2013-05-29 16:38:34 +02:00
Sergio Medina 3931951c54 Corrected a few things on the Mutual Information doc pages. 2013-05-27 15:57:52 +10:00
Joel Nothman dafc663cbe DOC correct note on handling 0-denominator in P/R/F 2013-05-23 22:04:34 +10:00
Andreas Mueller 27cae1a83c DOC clarification in Scoring objects: Its not a good sign if I don't understand my own wording. 2013-05-21 20:20:01 +02:00
jnothman 7ebfd5763f DOC rewrite descriptions of P/R/F averages and define support 2013-05-21 21:54:11 +10:00
Joel Nothman 096c8a0a83 DOC fix typos 2013-05-20 13:40:48 +10:00
Arnaud Joly d33634d0ce ENH add multilabel support to PRF metric family
Support also in classification_report
2013-05-20 13:08:50 +10:00
Andreas Mueller 76bb083940 DOC Fixed documentation of kernel parameters: sigm uses gamma, but not degree. Closes #1972. 2013-05-19 16:53:30 +02:00
Joel Nothman f3107ad326 DOC clarification of parameter search 2013-05-16 20:35:25 +10:00
Joel Nothman d0f9cab939 DOC small typographical fixes in grid_search documentation 2013-05-12 10:31:09 +10:00
Gael Varoquaux a7e5eb9ef9 DOC: cosmit - fix latex typo 2013-05-07 08:08:36 +02:00