Commit Graph

130 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
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
Andreas Mueller 645db95737 ENH adjusted examples to new matplotlib 1.1.1 2012-05-05 20:43:21 +02:00
Andreas Mueller dcc1c7431c COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00
Jaques Grobler db38edb7ea delete redundant file, merged some examples and updated links 2012-03-07 03:55:18 +01:00
Jaques Grobler 30150cfdef Merged some examples into examples folder.
- updated links accordingly
- renamed miss-spelt excercice to exercise
2012-03-06 23:40:49 +01:00
Alexandre Gramfort 5a7f07adae FIX : fix SVM examples with new scale_C=True 2012-02-22 15:46:54 +01:00
Andreas Mueller 868eac134f Merge branch 'master' into svm_class_weights
Conflicts:
	doc/modules/svm.rst
	doc/tutorial.rst
	doc/whats_new.rst
	sklearn/linear_model/logistic.py
	sklearn/svm/base.py
	sklearn/svm/classes.py
	sklearn/svm/sparse/classes.py
	sklearn/svm/tests/test_sparse.py
	sklearn/svm/tests/test_svm.py
2012-02-15 00:12:02 +01:00
Olivier Grisel b504ae451e avoid pl.set_cmap and align colors of colormesh with scatter 2012-02-10 09:27:52 +01:00
Andreas Mueller 36fa40a254 MISC Adjusted class_weight param in examples, fixed legend in unbalanced dataset examples. 2012-02-07 09:46:01 +01:00
Olivier Grisel 88d9b09ff5 ENH: use linear gradient cmap for more readable hyperparam heatmap 2012-02-01 20:34:42 +01:00
Andreas Mueller 68a8b8b46d ENH renamed best_estimator and best_score in examples and tests. 2012-01-05 23:35:33 +01:00