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
Jaques Grobler
254b1091e2
gael`s suggestions/tweaks
2012-09-04 18:37:25 +01:00
Gael Varoquaux
6b04635da6
DOC: improve scale_c_example
2012-09-04 18:37:25 +01:00
Jaques Grobler
3d02176ce6
Added scale_c fiasco example
2012-09-04 18:37:25 +01:00
Alexandre Gramfort
3e5f4828f0
FIX : use RandomState rather than global seed
2012-06-03 22:21:14 +02:00
Daniel Duckworth
9abb2c7c09
Python 2.6 bugfix for plot_rbf_parameters.py
2012-05-31 20:41:10 -07:00
Fabian Pedregosa
d8c80ab6e9
Explitit cmap for background.
...
After set_cmap was removed in e749771f , the background was meaningless
IMHO. This recovers its original aspect.
2012-05-21 10:43:03 +02:00
Daniel Duckworth
069bf4a383
Fixed bug in plot_rbf_parameters.py causing only one figure to show
2012-05-13 14:19:32 -07:00
Daniel Duckworth
5fab80928f
split plot_rbf_parameters.py's plot into two
...
- plot_rbf_parameters.py originally had two plots
combined into one. They have been split apart
again.
2012-05-13 13:41:48 -07:00
Daniel Duckworth
e27b310903
Merged svm parameter selection visualization
...
-deleted plot_svm_parameters_selection
-merged its contents into plot_rbf_parameters
2012-05-11 15:37:04 -07:00
Gael Varoquaux
833fc05e09
COSMIT simplify a bit examples
2012-05-05 21:57:05 +02:00
Alexandre Gramfort
0a4db5c2a4
DOC : update SVM examples with scale_C
2012-05-05 21:57:04 +02:00
Andreas Mueller
e924f2e201
FIX typos in examples
2012-05-05 21:27:28 +02:00
Andreas Mueller
e749771faa
MISC don't use ``set_cmap``
2012-05-05 20:43:21 +02:00