Commit Graph

3012 Commits

Author SHA1 Message Date
Jaques Grobler ea7ad29123 sort out plot_iris vs plot_svm_iris 2013-11-03 22:10:57 -08:00
Jaques Grobler 9b4799282e SGD and SVC duplicate example sorted 2013-11-03 22:10:57 -08:00
Andreas Mueller edb4e8f72b FIX website: css hickup 2013-11-03 14:46:26 -08:00
Vijay Ramesh 87180a8a84 adding change.org testimonial, logo 2013-10-31 12:53:06 -07:00
Gael Varoquaux 84094f4edb Merge pull request #2543 from johncollins/dev
LOO is bad doc
2013-10-25 01:09:07 -07:00
Jaques Grobler 29fa8a7bde fixes mis-alignment of Documentation link on front page 2013-10-24 16:40:09 +02: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 b859c96255 Remove reference to web page 2013-10-20 16:00:10 +02:00
Johannes Schönberger 32ca06b189 Add RANSACRegressor to whats-new doc section 2013-10-20 16:00:10 +02: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
Lars Buitinck b66288e361 DOC norm optimizations in what's new
As requested by @ogrisel.
2013-10-18 22:44:47 +02:00
Gael Varoquaux 02e0267404 Merge pull request #2517 from jaquesgrobler/simpler-collapsible-toctrees
Cleaner Toctree collapse for useguide
2013-10-17 02:48:31 -07: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
Olivier Grisel a2580d6fe0 Merge pull request #2516 from jaquesgrobler/add-copybutton-examples
DOC add copybutton to code examples
2013-10-15 02:59:01 -07:00
Daniele Medri 5539b8771b Update linear_model.rst
minor fixes, a doubled "the"
2013-10-15 10:26:47 +02:00
Jaques Grobler 22ff18b288 mention python.org in js file 2013-10-14 16:29:58 +02:00
Jaques Grobler 83ebcf95b2 remove unused images 2013-10-14 16:20:33 +02:00
Jaques Grobler 88185eb254 cleaner toctree collapsing 2013-10-14 16:19:33 +02:00
Jaques Grobler 5c2a60f587 remove duplicate line 2013-10-14 13:36:16 +02:00
Jaques Grobler 616e026b30 remove writing of minutes/seconds 2013-10-14 11:29:18 +02:00
Ankit Agrawal 47100454b4 Making the results NaiveBayes example more explicit 2013-10-14 14:28:24 +05:30
Jaques Grobler 8a02b4becf add copybutton to code examples 2013-10-14 09:30:22 +02:00
Jaques Grobler dde0ad9ffc cosmetic - shorten long line 2013-10-14 09:16:00 +02:00
Jaques Grobler cad1287aef adds minutes + seconds to examples 2013-10-14 08:48:49 +02:00
Lars Buitinck a2b13bd438 MAINT use subprocess.call, not os.system
The former is safer and faster.
2013-10-13 16:39:44 +02:00
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
Olivier Grisel d61ffe8323 Merge pull request #2487 from jaquesgrobler/DOC_speed_up_frontpage
another speedup attempt for index.html:
2013-10-09 06:51:30 -07: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
Jaques Grobler 2cae5d6bf6 logo lossless compressions 2013-10-04 14:53:43 +02:00
Jaques Grobler 09d1ce74d7 switch species_kde to thumbnail 2013-10-04 14:13:13 +02:00
Jaques Grobler eade1b73e1 add lossless image compression for docbuilding machine 2013-10-04 13:33:33 +02:00