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 |
Gael varoquaux
|
12d2913c74
|
COSMIT: avoid set_cmap and pcolormesh in example
..and beautify example
set_cmap is bad because it has a side effect
pcolormesh is much slower than imshow and produces unefficient PDFs and
SVGs.
|
2011-12-30 11:57:17 +01:00 |
Gael varoquaux
|
361bfdef2b
|
COSMIT: beautify the plot_oneclass example
It's on the main page, so it should be beautiful.
|
2011-12-20 13:11:44 +01:00 |
VirgileFritsch
|
d102afbeac
|
Magnify novelty and outlier detection examples again + minor fixes.
|
2011-12-20 13:11:43 +01:00 |
VirgileFritsch
|
281f5d6522
|
Add tools to perform outlier detection with sklearn + documentation.
|
2011-12-20 13:11:43 +01:00 |
Gilles Louppe
|
63331849ea
|
DOC: Fixed links to modules in the example gallery
|
2011-12-19 16:07:01 +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 |
Alexandre Gramfort
|
8bae14d69d
|
ENH : more contrasted colormap
|
2011-12-17 08:39:59 +01:00 |
Andreas Mueller
|
034ca3f9f2
|
Example illustrating parameters of an RBF SVM
|
2011-12-16 23:23:41 +01:00 |
Andreas Mueller
|
5ad5207dad
|
COSMIT pep8
|
2011-12-16 22:55:42 +01:00 |
Andreas Mueller
|
a95ace9fae
|
Merge branch 'master' of https://github.com/scikit-learn/scikit-learn
|
2011-12-16 22:48:14 +01:00 |
Andreas Mueller
|
3578396c40
|
DOC Nonlinear SVM example changed to satisfy my sense of aesthetics. Hope you like it.
|
2011-12-16 22:46:28 +01:00 |
Fabian Pedregosa
|
488cbeaa4a
|
Merge pull request #466 from amueller/svm_iris_example
RBF Svm iris example
|
2011-12-16 11:07:27 -08:00 |
Andreas Mueller
|
ca3602d735
|
DOC: Fixed legend in iris svm example
|
2011-12-16 17:09:45 +01:00 |
Andreas Mueller
|
7fb3793bea
|
Examples: Make SVM parameter estimation look good on the web.
|
2011-12-16 16:43:45 +01:00 |
Andreas Mueller
|
8b0e18b511
|
Example for finding the hyperparameters in a RBF SVM
|
2011-12-16 16:32:58 +01:00 |
Andreas Mueller
|
57b458106d
|
Examples: Replaced NuSVM by rbf SVM in example. RBF-SVMs are really important, NuSVMs not so much imho.
|
2011-12-16 00:50:29 +01:00 |
Gael varoquaux
|
dba25389aa
|
COSMIT: prettify plot_oneclass
It's on the front page: it must give a pretty picture :)
|
2011-11-11 14:58:46 +01:00 |