Andreas Mueller
|
9bc4de8dae
|
some fixes for sphinx and in examples
|
2015-03-02 12:50:53 -05:00 |
jnothman
|
af1906f8d3
|
Merge pull request #4315 from ugurcaliskan/patch-2
Update plot_multilabel.py to use pyplot
|
2015-03-02 20:58:02 +11:00 |
ugurcaliskan
|
e808a3ff0d
|
Update plot_multilabel.py
matplotlib.pylab has been replaced with matplotlib.pyplot.
|
2015-03-02 10:24:50 +01: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 |
Jan Hendrik Metzen
|
9cc7018497
|
DOC Examples for the calibration of predicted probabilities and calibration-curves
|
2015-02-20 19:37:11 +01:00 |
Loïc Estève
|
7b24628421
|
DOC python 3 fix in plot_kmeans_silhouette_analysis.py
|
2015-02-18 16:24:41 +01:00 |
ugurcaliskan
|
b34e924f15
|
Update plot_rfe_with_cross_validation.py
minor modification. (import statement for "matplotlib.pyplot" has been moved to beginning of the file).
|
2015-02-13 10:41:49 +01:00 |
Andreas Mueller
|
eaf1e8c256
|
Explain why we multiply mean by two
|
2015-02-07 08:20:16 +01:00 |
Gael Varoquaux
|
95f85f287d
|
Merge pull request #4159 from aflaxman/gp_docs
DOC: copy-edits and active voice
|
2015-01-25 18:40:00 +01:00 |
jnothman
|
45982e0e13
|
Merge pull request #4076 from ragv/silhouette_plot
[MRG] Add silhouette analysis plot for KMeans
|
2015-01-20 23:50:08 +11:00 |
Raghav R V
|
444bf22736
|
DOC ENH Simplify the example code; Add plots for n_clusters = 3 and 5
|
2015-01-20 06:02:25 +05:30 |
Jan Hendrik Metzen
|
34d0b8dd08
|
PEP8 Removing PEP8 violations in plot_kernel_ridge_regression.py
|
2015-01-18 11:01:43 +09:00 |
Jan Hendrik Metzen
|
d24087737e
|
MISC Using RandomState object instead of setting global seed
|
2015-01-18 11:01:43 +09:00 |
Jan Hendrik Metzen
|
4b8a1a782c
|
DOC Resolved minor issues in documentation of kernel_ridge
|
2015-01-18 11:01:42 +09:00 |
Jan Hendrik Metzen
|
946e4909ec
|
FIX Fixed assigning colors to methods in KRR example
|
2015-01-18 11:01:42 +09:00 |
Jan Hendrik Metzen
|
6c62f87f9b
|
ENH Example comparing KRR and SVR documented and slightly modified
|
2015-01-18 11:01:42 +09:00 |
Jan Hendrik Metzen
|
17b5177156
|
ADD Example comparing kernel ridge and support vector regression
|
2015-01-18 11:01:42 +09:00 |
A. Flaxman
|
7070239aa5
|
DOC: copy-edits and active voice
|
2015-01-17 14:43:06 -08:00 |
Raghav R V
|
ae95a0c2e9
|
DOC ENH Remove the vertical x = 0 line and plot avg silhouette score line
|
2015-01-16 23:48:20 +05:30 |
Raghav R V
|
f04266a7c2
|
DOC ENH Fill the silhouette with the corresponding cluster color
PEP8 Minor PEP8 Fixes too.
|
2015-01-16 23:48:20 +05:30 |
Raghav R V
|
b5b1c5993f
|
DOC Add silhouette analysis plot for KMeans
|
2015-01-16 23:48:20 +05:30 |
Andreas Mueller
|
c970fb51e7
|
COSMIT spelling
|
2015-01-15 15:09:35 -05:00 |
Olivier Grisel
|
6e0b95fd6d
|
ENH better RBF parameters heat map
|
2015-01-13 20:35:07 +01:00 |
Andreas Mueller
|
da8f6728af
|
Say best_estimator_ depends on refit=True. Fixes #2976.
|
2015-01-09 16:04:46 -05:00 |
Andreas Mueller
|
1aa5a9fbc2
|
Merge pull request #3523 from cle1109/slda
[MRG+1] LDA refactoring
|
2014-12-19 13:04:16 -05:00 |
maheshakya
|
0ebfff2b5c
|
ENH Changed description of hyper-parameters example.
|
2014-12-18 19:50:02 +01:00 |
Olivier Grisel
|
a8fc5228c1
|
ENH more LSH scalability example and doc improvements
|
2014-12-18 19:47:04 +01:00 |
maheshakya
|
c4de952275
|
ENH Modified hyperparameters example to calculate stadard deviations of accuracies.
|
2014-12-18 19:47:04 +01:00 |
maheshakya
|
e14a317da4
|
ENH Added error bars to scalability example plots.
|
2014-12-18 19:47:03 +01:00 |
maheshakya
|
53e04ed9cb
|
FIX Fixed benchmark.
ENH Added error bars to scalability example plots.
|
2014-12-18 19:47:03 +01:00 |
Olivier Grisel
|
bd0c8d357b
|
ENH improve LSHF scalability example
|
2014-12-18 19:47:03 +01:00 |
maheshakya
|
6cb40afb85
|
Modified plots in hyper-parameters and scalability plots.
|
2014-12-18 19:45:07 +01:00 |
maheshakya
|
f246fb6eb3
|
Added scalability plots into documentation.
|
2014-12-18 19:45:07 +01:00 |
maheshakya
|
b018524136
|
Created benchmark for approximate nearest neighbors.
|
2014-12-18 19:45:07 +01:00 |
maheshakya
|
89b5cae207
|
FIX Fixed accuracy error in scalability example.
|
2014-12-18 19:45:07 +01:00 |
maheshakya
|
f3f9b9ba3c
|
Example splitted into hyperparameters and scalability.
|
2014-12-18 19:45:07 +01:00 |
maheshakya
|
009ce303d5
|
Updated example to avoid redundants.
|
2014-12-18 19:45:07 +01:00 |
maheshakya
|
c7827bcd28
|
FIX Updated plots in example.
|
2014-12-18 19:45:07 +01:00 |
maheshakya
|
b862d3e51d
|
FIX Updated examples
|
2014-12-18 19:42:42 +01:00 |
maheshakya
|
59b5e39954
|
COSMIT pep8 LSH code
|
2014-12-18 19:42:42 +01:00 |
maheshakya
|
c096d64f70
|
DOC Updated the example.
Updated the compute distance function to use row_norms.
|
2014-12-18 19:42:42 +01:00 |
maheshakya
|
8098264999
|
DOC Added example for LSHForest.
|
2014-12-18 19:42:42 +01:00 |
Clemens Brunner
|
aede3d64f1
|
Rename parameter value 'ledoit_wolf' to 'auto'.
|
2014-12-16 11:50:01 +01:00 |
Clemens Brunner
|
1e469b28d1
|
Introduced step size to speed up the example.
|
2014-12-16 11:35:59 +01:00 |
Clemens Brunner
|
5ca36c8435
|
Updated example because store_covariance is now set in __init__() and not in fit().
|
2014-12-16 11:35:59 +01:00 |
Alexandre Gramfort
|
a5ae150846
|
rename alpha to shrinkage + docstring cosmits
|
2014-12-16 11:35:58 +01:00 |
Clemens Brunner
|
5deb80f7b1
|
Fixed docstrings.
|
2014-12-16 11:35:58 +01:00 |
Clemens Brunner
|
125fa22165
|
Updated LDA example and removed decision plane comparison
|
2014-12-16 11:35:56 +01:00 |