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
|
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
|
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 |
Daniel Duckworth
|
9abb2c7c09
|
Python 2.6 bugfix for plot_rbf_parameters.py
|
2012-05-31 20:41:10 -07: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 |
Alexandre Gramfort
|
5a7f07adae
|
FIX : fix SVM examples with new scale_C=True
|
2012-02-22 15:46:54 +01:00 |
Olivier Grisel
|
b504ae451e
|
avoid pl.set_cmap and align colors of colormesh with scatter
|
2012-02-10 09:27:52 +01:00 |
Gael varoquaux
|
e385daeed6
|
COSMIT
|
2011-12-18 09:25:16 +01:00 |
Alexandre Gramfort
|
28e4918a13
|
MISC: typos + subplot adjust
|
2011-12-17 08:58:24 +01:00 |
Andreas Mueller
|
034ca3f9f2
|
Example illustrating parameters of an RBF SVM
|
2011-12-16 23:23:41 +01:00 |