Commit Graph

1730 Commits

Author SHA1 Message Date
Ankit Agrawal 8ffee3f4f4 Wrapping line in naive_bayes.rst and specifying bin_seeding argument as optional 2013-10-16 15:52:50 +05:30
Ankit Agrawal 47100454b4 Making the results NaiveBayes example more explicit 2013-10-14 14:28:24 +05:30
samuela c326be1e78 Fix typo in the Gaussian PDF
Hopefully, this same issue doesn't exist in the code.

I would also feel more comfortable if mu_y and sigma_y were mu_iy and sigma_iy, respectively, seeing as there are separate distributions per feature, per class.
2013-10-04 17:54:05 -04:00
Lars Buitinck e123352685 DOC optimized PNG images with OptiPNG
Did "optipng -o 10" on all the files with OptiPNG 0.6.4.
This shaves a total of 529012 bytes off the pictures.
2013-09-26 17:15:24 +02:00
Olivier Grisel be71b38292 FIX: broken doctest impacted by stratified CV and tree RNG changes combined... 2013-09-25 16:07:54 +02:00
Olivier Grisel e3002c5efc FIX #2372: non-shuffling StratifiedKFold implementation and updated tests 2013-09-25 15:56:47 +02:00
Rohit Sivaprasad 7a5d4b4629 DOC typo in SVM narrative
Fixes #2465.
2013-09-21 17:41:37 +02:00
Olivier Grisel 0ab527804e Revert "Fix accidental doctest breakage."
This reverts commit 4c95f5e00a.
2013-09-20 13:27:48 +02:00
Daniel Nouri 4c95f5e00a Fix accidental doctest breakage. 2013-09-20 12:41:39 +02:00
Lars Buitinck 91ae7cd2f9 DOC: NMF narrative: describe optimization problem 2013-09-20 12:13:05 +02:00
Olivier Grisel 9cb3b96753 Merge pull request #2222 from FedericoV/Out_of_core_example
[MRG] Added comparison of other classifiers using partial fit methods
2013-09-18 01:18:34 -07:00
Lars Buitinck 0cc3291a7f DOC improve encoding docs 2013-09-16 11:41:29 +02:00
Lars Buitinck 9a9b9e85ed DOC+COSMIT: typos, lots of them
Fixes #2102. There's one typo left in joblib which is better fixed
upstream.
2013-09-13 16:29:42 +02:00
John Schmidt 8d17166d98 DOC reference for k-means++ in clustering narrative 2013-09-11 18:08:34 +02:00
Lars Buitinck 1872aaf0cb DOC copyedit DBSCAN implementation notes 2013-09-11 18:08:34 +02:00
Lars Buitinck 524daee765 Merge branch 'bagging'
Fixes #2375.
2013-09-11 13:51:44 +02:00
Gilles Louppe 74d395215b ENH bagging meta-estimator 2013-09-11 13:51:09 +02:00
Lars Buitinck 0f5abaaed8 DOC boolean masks in CV generators are deprecated 2013-09-10 10:58:30 +02:00
Olivier Grisel f1280723ce Merge pull request #2370 from ogrisel/doc-cross-validation
MRG: DOC: Simpler cross-validation iterator doc
2013-09-10 01:37:18 -07:00
Jacques Kvam cd950d13aa DOC: Update pyamg site and fix a typo. 2013-09-10 00:38:06 -07:00
eustache e18d11aa2d COSMIT more typos/precisions 2013-09-09 10:15:03 +02:00
eustache d83f663da9 added links to plots in narrative docs 2013-09-06 18:27:12 +02:00
eustache 727ffd4bc2 COSMIT typos 2013-09-06 18:09:01 +02:00
eustache 5b8b616ec2 COSMIT typos 2013-09-06 18:08:03 +02:00
eustache 9ed0a6e868 readded a paragraph that got lost in the rebase 2013-09-06 17:54:34 +02:00
eustache 1c206d7764 added note on learning rate evolution 2013-09-06 17:45:43 +02:00
eustache 3765db6327 fix re: ogrisel comments 2013-09-06 17:45:31 +02:00
eustache fad62b936d added link to user guide + small cosmit 2013-09-06 17:45:31 +02:00
eustache 4015b3c662 improved scaling_strategies.rst, inc. working links 2013-09-06 17:44:39 +02:00
eustache 6460fec380 first draft of scaling_strategies.rst - still wip 2013-09-06 17:44:38 +02:00
Alexandre Gramfort 915a58ba64 avoid zip + topic in doc 2013-09-06 08:51:06 +02:00
Alexandre Gramfort ce4b0411bd show example in narrative doc 2013-09-05 22:20:38 +02:00
Alexandre Gramfort 691c9e6533 DOC : remove reference to ProbabilisticPCA in doc 2013-09-05 21:36:46 +02:00
Rohit Sivaprasad 9ad70ea4f6 Edit typo 2013-09-04 19:49:14 -04:00
Lars Buitinck 76f64df247 DOC broken link in HMM narrative 2013-09-03 14:57:02 +02:00
Roland Szabo d862bc08a1 [DOC] Typo fixes in documentation for Novelty and Outlier Detection 2013-09-01 20:28:12 +03:00
Gael Varoquaux 1175352842 MISC: fix rst 2013-08-21 10:29:48 +02:00
Olivier Grisel 7426ef3c38 Lowercase y and more consistent blank line usage 2013-08-21 10:05:32 +02:00
Olivier Grisel 23e9e1e093 Remove spurious print statements in sample snippets to make the doc easier to follow 2013-08-21 10:03:15 +02:00
Olivier Grisel a43e30980b approximately the same percentage of samples 2013-08-21 09:04:14 +02:00
Olivier Grisel 88a9e41aec 2-fold => 2-fold cross-validation 2013-08-20 21:08:17 +02:00
Lars Buitinck 006a6cbaad ENH add VarianceThreshold feature selection method 2013-08-20 14:24:08 +02:00
Olivier Grisel 81c8557855 DOC: Simpler cross-validation iterator doc 2013-08-19 16:38:19 +02:00
Brooke Osborn 2aa3e58973 DOC adding description for handling of the auto parameter in neighbors 2013-08-17 23:32:40 +02:00
Jake Vanderplas 2efa97931d DOC: fix metrics documentation format
Fixes #2306.
2013-08-15 12:00:13 +02:00
Lars Buitinck 40683d5167 DOC while we're at it, link to our own RBM docs 2013-08-13 17:31:40 +02:00
Roland Szabo 90988fdc0c [DOC] Remove that RBM's are not implemented yet 2013-08-13 16:17:03 +03:00
Lars Buitinck a82b31547d MAINT remove deprecated parameters (the easy cases) 2013-08-08 10:00:22 +02:00
Lars Buitinck 60da310e1e MAINT deprecated ENet param used in doc and benchmark 2013-08-08 09:52:59 +02:00
Arnaud Joly 06be30669f DOC put the narrative documentation of roc_curve and roc_auc_score in one place 2013-08-07 10:36:44 +02:00