Commit Graph

153 Commits

Author SHA1 Message Date
Kvle Putnam 61a58c54a0 Fix omitted word in SVM-Anova example 2015-12-15 13:18:19 -06:00
Ganiev Ibraim 7602a3f086 It's better to fix a comment 2015-12-02 21:09:56 +03:00
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
Arnaud Joly a90dc38a00 Merge pull request #5546 from johannah/module-svm-colorblind
Added colorblind compatibility for svm examples
2015-10-24 23:40:20 +02:00
Alexandre Gramfort b102d90926 MISC : Y->y 2015-10-23 10:24:46 +02:00
johannah 3fd1473d75 Added colorblind compatibility 2015-10-23 10:13:58 +02:00
rasbt 25a217b016 small typo fix "radius" in rbf kernel 2015-08-16 18:34:54 -04:00
Anish Shah a7081d797f [issue #5043] fix documentation of callable kernel 2015-08-14 15:40:03 +05:30
edson duarte bc5155f080 Fixed small typos in SVM examples. 2015-07-14 22:37:08 -03:00
Andreas Mueller 07ce147b84 Merge pull request #4092 from ogrisel/iris-rbf-params-heatmap-example
[MRG+1] ENH better RBF parameters heat map
2015-02-25 12:28:19 -06:00
Raghav R V 6d23a5828b EXAMPLE/FIX l2 --> squared_hinge; L1/L2 --> l1/l2 2015-02-25 15:34:56 +05:30
Raghav R V c1c8cc1e3a FIX loss, penalty --> penalty, loss 2015-02-25 15:34:56 +05:30
Olivier Grisel 6e0b95fd6d ENH better RBF parameters heat map 2015-01-13 20:35:07 +01:00
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
Rajat Khanduja 5e20b8c664 Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
Rajat Khanduja 2244098532 Updated examples to use pyplot for plotting instead of pylab
Some examples not updated because scripts throw error (probably not
because of the change)
2014-05-15 02:18:07 +05:30
Arnaud Joly 3a4edd0f5c Merge pull request #2936 from ugurthemaster/master
Update plot_svm_regression.py
2014-04-25 21:45:06 +02:00
ugurthemaster c8a372b1f8 Update plot_svm_regression.py
library imports have been moved to top of the file.
2014-03-05 10:55:33 +02:00
Lars Buitinck 03f33ba243 MAINT comment out unused import in example 2014-02-15 17:05:11 +01:00
Olivier Grisel bf1635d72c ENH: made example/svm/plot_iris.py clearer 2014-01-17 11:21:21 +01:00
Gael Varoquaux 8082309e47 Typo in examples
Fixes #2725
2014-01-08 07:50:11 +01:00
Andreas Mueller dd15031fcd DOC explanatory sentence for svm grid search example 2013-11-10 15:40:35 -08:00
Jaques Grobler ed82f9befc some cosmetic commits and delete duplicate files 2013-11-03 22:10:58 -08:00
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
Lars Buitinck 2ca483260e DOC typo: polynominial 2013-09-28 17:38:12 +02:00
Lars Buitinck 98b95ca711 DOC fix example comments
* @GaelVaroquaux's name was misspelled
* users won't know what a "Documentation merge" is
2013-07-30 12:41:56 +02:00
Olivier Grisel b0035bf9e8 Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +02:00
Andreas Mueller b54ecb6e8c TST small improvement of test for sample weight in svm 2013-07-26 15:06:57 +02:00
Andreas Mueller dd097e748f DOC improve svm sample weight example 2013-07-26 15:06:57 +02:00
Jaques Grobler 65cce1b43c fix merge conflict 2013-07-22 16:20:31 +02:00
Jaques Grobler cbfe851751 example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Jaques Grobler 6fc3499bd4 example docstring fixes 2013-06-06 12:30:42 +02:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +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
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
Jaques Grobler a71f616d3e typo fix and heading changes 2013-03-18 13:52:20 +01:00
Andreas Mueller 0c94b55c63 ENH add randomized hyperparameter optimization 2013-03-03 20:56:39 +01:00
Lars Buitinck 837093df7f P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
Andreas Mueller 9bd0aadaa3 MISC renamed n_iterations to n_iter in all other places. 2012-10-10 19:10:29 +01:00
Andreas Mueller 1b367e56e5 ENH set n_fold default to 3, rename k to n_fold in all doctests, docs, and examples 2012-10-10 19:10:29 +01:00
Andreas Mueller c0a057843c ENH rename Scaler to StandardScaler everywhere 2012-09-23 17:31:15 +01:00
Andreas Mueller 4bc8822c84 COSMIT pep8 2012-09-04 18:39:25 +01:00
Jaques Grobler e686e38c0a small tweaks 2012-09-04 18:37:26 +01:00
Jaques Grobler 868bcd2ee8 typos and alex`s review changes 2012-09-04 18:37:26 +01:00
Jaques Grobler 656d7012f3 docstring changes 2012-09-04 18:37:25 +01:00
Jaques Grobler 83671099a6 docstring fixes 2012-09-04 18:37:25 +01:00
Jaques Grobler e50fad6558 docstring change 2012-09-04 18:37:25 +01:00