Commit Graph

1755 Commits

Author SHA1 Message Date
Jaques Grobler 9b4799282e SGD and SVC duplicate example sorted 2013-11-03 22:10:57 -08:00
Gael Varoquaux 84094f4edb Merge pull request #2543 from johncollins/dev
LOO is bad doc
2013-10-25 01:09:07 -07:00
john collins 4e5c637e1c one last comment fix 2013-10-23 18:30:44 -07:00
john collins 48e0f8eba4 updated for typos and a few wording changes 2013-10-23 18:25:42 -07:00
Steven Maude 1d8f6961de Update feature_selection.rst
Fix inconsistency in name of classifier and link to classifier.
2013-10-23 12:02:09 +01:00
Steven Maude d4447e77f6 Update cross_validation.rst
Minor typo fixes.
2013-10-22 16:01:17 +01:00
john collins 35f5b4b396 LOO is bad doc 2013-10-21 18:40:37 -07:00
Johannes Schönberger 20e45bf2c8 Rename estimator to base_estimator 2013-10-20 15:58:05 +02:00
Johannes Schönberger a5aba074ba Rename base_estimator to estimator in docs 2013-10-20 15:58:05 +02:00
Johannes Schönberger a9afc73369 Improve explanation of degenerate case 2013-10-20 15:58:04 +02:00
Johannes Schönberger 5d26ad7c6c Rename min_samples 2013-10-20 15:58:04 +02:00
Johannes Schönberger ed19096813 Add reference to max_trials 2013-10-20 15:58:03 +02:00
Johannes Schönberger cf1b2b8c63 Document use cases of is_*_valid functions 2013-10-20 15:58:02 +02:00
Johannes Schönberger 608c284ee1 Fix typo 2013-10-20 15:58:01 +02:00
Johannes Schönberger 0151c73df4 Remove academic detail description 2013-10-20 15:58:00 +02:00
Johannes Schönberger 748f8554dd Change ransac docs section title 2013-10-20 15:58:00 +02:00
Johannes Schönberger 011b1ba71f Fix indentation 2013-10-20 15:58:00 +02:00
Johannes Schönberger 1d501c3d19 Add meta-data title, author and year to references 2013-10-20 15:58:00 +02:00
Johannes Schönberger dc0f897f04 Move ransac example to linear-model folder 2013-10-20 15:58:00 +02:00
Johannes Schönberger 5bb9e8b92a Add description of RANSAC to linear-model docs 2013-10-20 15:58:00 +02:00
Gael Varoquaux 5b817a1100 Merge pull request #2505 from rphlypo/master
bug fix in GraphLasso/CV and corresponding smoke test + EmpiricalCovariance updates
2013-10-16 09:47:56 -07:00
Olivier Grisel 679a49a396 Merge pull request #2519 from ankit-maverick/minor_docfix
Minor doc fixes
2013-10-16 04:56:01 -07:00
Ankit Agrawal 8ffee3f4f4 Wrapping line in naive_bayes.rst and specifying bin_seeding argument as optional 2013-10-16 15:52:50 +05:30
rphlypo d581f97a2f added test cases to test_graph_lasso for alpha=0 2013-10-15 17:47:50 +02:00
Daniele Medri 5539b8771b Update linear_model.rst
minor fixes, a doubled "the"
2013-10-15 10:26:47 +02:00
Ankit Agrawal 47100454b4 Making the results NaiveBayes example more explicit 2013-10-14 14:28:24 +05:30
rphlypo cb58700574 bug fixes in graph_lasso and moving non-custom log-likelihood definition to specific definition of cost 2013-10-10 13:43:57 +02:00
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