Commit Graph

1505 Commits

Author SHA1 Message Date
lqdc 3444bfbe88 ENH Rewrote CountVectorizer fit_transform to be ~40% faster
Performance Results: http://i.imgur.com/5IGEz3Q.png
2013-04-19 21:13:50 +02:00
Jaques Grobler 456b0d010f Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup
MRG Example gallery cleanup
2013-04-18 04:21:05 -07:00
Tadej Janež bf3f60157e DOC Fixed doc test to work with the fixed versions of LeaveOneLabelOut and LeavePLabelOut. 2013-04-15 22:16:49 +02:00
Andreas Mueller 3c501ec97b COSMIT typo. the French again ;) 2013-04-14 16:34:53 +02:00
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Peter Prettenhofer af674acc87 get rid of ``rho`` in sgd documentation - has been replaced by ``l1_ratio`` 2013-04-09 12:54:20 +02:00
Lars Buitinck 5eb035c7e7 DOC further comments on SVM probabilities 2013-03-30 12:13:18 +01:00
Lars Buitinck b1a97ded84 DOC describe SVM probability calibration (and advise against it) 2013-03-29 15:55:55 +01:00
Arnaud Joly 5cc8032487 ENH add normalize option to accuracy_score + FIX bug with 1d array 2013-03-20 11:23:15 +01:00
Lars Buitinck 1f6701ba18 TST fix broken doctest 2013-03-18 22:15:45 +01:00
Jaques Grobler b0baab64d4 fix indentation error-cause lots of build warnings 2013-03-18 13:52:20 +01:00
Lars Buitinck ce72c0b183 BUG failing doctest
My laptop didn't catch this, so the explicit np.int64 is probably a good idea.
2013-03-10 22:25:58 +01:00
Andreas Mueller 21ba76d4a4 DOC some sphinx / rst fixes 2013-03-10 18:45:23 +01:00
Lars Buitinck 4610103df6 BUG + ENH: removal of components in kernel PCA 2013-03-10 18:32:16 +01:00
Andreas Mueller 48ed945e26 DOC FIX links on grid search narrative 2013-03-05 21:03:51 +01:00
Robert Layton 4690743850 DOC improve mini-batch k-means narrative 2013-03-05 13:21:51 +01:00
Andreas Mueller 0c94b55c63 ENH add randomized hyperparameter optimization 2013-03-03 20:56:39 +01:00
Arnaud Joly 8ab798b4ea DOC FIX foating point issue 2013-03-03 17:17:51 +01:00
Arnaud Joly 5bcf25fc2f ENH multilabel metrics: accuracy, Hamming, 0-1 loss 2013-03-02 20:41:34 +01:00
Lars Buitinck ec47a6b93d DOC fix broken doctests for feature_extraction.text
This time, I actually did run the doctests, but they succeeded
because I have NLTK installed.
2013-02-28 17:21:28 +01:00
Lars Buitinck f4d4b4cd75 DOC fix text vectorizer docs and add NLTK example
The narrative docs did not correctly describe the working of a custom
analyzer, which will actually skip the built-in preprocessing and
tokenization.
2013-02-28 17:07:34 +01:00
Doug Coleman 704ee89f0a DOC: Update new magic numbers in docs since random forests train differently now. 2013-02-20 21:18:00 +01:00
Andreas Mueller 5cfd45ed2f FIX doctest kernelpca 2013-02-18 14:42:40 +01:00
Lars Buitinck 50dbadb216 DOC copyedit FeatureHasher narrative further
@ogrisel's remark + avoid "since" 2× in a sentence.
2013-02-14 00:39:49 +01:00
Lars Buitinck 9f6c8bbf34 DOC copyedit FeatureHasher narrative 2013-02-13 11:04:57 +01:00
Lars Buitinck cc401c9514 DOC no more need for compute_importances in trees
Prevents warning from doctest.
2013-02-13 11:04:51 +01:00
Lars Buitinck c481ff8857 P3K fix broken doctest and add forgotten print_function import 2013-02-11 23:27:17 +01:00
Lars Buitinck 85ec0fd1ae P3K death to the print statement 2013-02-11 23:11:57 +01:00
Lars Buitinck 4c60052cbe DOC whitespace in doctest 2013-02-10 15:40:41 +01:00
Lars Buitinck 1c0d422348 DOC fix failing doctest due to unicode_literals 2013-02-09 18:38:01 +01:00
Gilles Louppe 4fb6c88478 DOC: narrative documentation on feature importances 2013-02-08 08:41:20 +01:00
Gilles Louppe 2c44dd688c DOC: add balance_weights to reference 2013-02-08 08:35:26 +01:00
Gael Varoquaux c235ef4361 Merge branch 'treeweights' 2013-02-04 13:20:22 +01:00
Noel Dawe be2394a219 DOC: notes about examples and minor edits 2013-02-03 21:36:36 +01:00
Noel Dawe 41f3f39313 minor edits in docs 2013-02-03 19:58:30 +01:00
Gilles Louppe 8ecc50458e FIX: some of Gael comments 2013-02-03 18:45:33 +01:00
Andreas Mueller 31fb403cb1 DOC fixes in whatsnew, typo 2013-02-03 16:47:03 +01:00
Andreas Mueller 3d3a305d35 FIX imports for Scorer and SCORERS 2013-02-03 16:42:24 +01:00
Andreas Mueller dbfd837e52 DOC remove duplicate table, add references to appropriate user guide section to docstrings of cross_val_score, GridSearchCV and permutation_test_score 2013-02-03 16:35:17 +01:00
Andreas Mueller 0730e73e31 COSMIT text reflow 2013-02-03 16:12:47 +01:00
Andreas Mueller 318278e420 DOC addressed @ogrisel's comments. 2013-02-03 16:12:37 +01:00
Gael Varoquaux 9d8e6e92eb DOC: misc rst formatting 2013-02-03 15:49:40 +01:00
Gael Varoquaux 8db5750b77 DOC: minor rst issues
Plus I don't like capitalized first letters in titles
2013-02-03 15:49:40 +01:00
Gael Varoquaux 03aa748bfb DOC: minor formatting in model_evaluation.rst 2013-02-03 15:49:40 +01:00
Gael Varoquaux 31254c2e7b COSMIT :: in rst is easier for syntax highlighters 2013-02-03 15:49:40 +01:00
Andreas Mueller b5cc3bad87 COSMIT rename AsScorer to Scorer 2013-02-03 15:49:40 +01:00
Andreas Mueller 4847227d96 DOC more improvements by @ogrisel 2013-02-03 15:49:40 +01:00
Andreas Mueller 385e581517 DOC some improvements as suggested by @ogrisel 2013-02-03 15:49:39 +01:00
Andreas Mueller 374f81a760 COSMIT built-in typo 2013-02-03 15:49:39 +01:00
Andreas Mueller e9556eb2cd DOC better table of score functions in grid-search docs. 2013-02-03 15:49:39 +01:00