Jaques Grobler
|
456b0d010f
|
Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup
MRG Example gallery cleanup
|
2013-04-18 04:21:05 -07:00 |
Szabo Roland
|
ade2db97c7
|
DOC Add labels and some explanation to confusion matrix example
|
2013-04-17 16:35:02 +02:00 |
Kevin Hughes
|
81e009157f
|
ENH actually use scikit-learn's PCA class in plot_pca_3d.py
U is not necessarily the same as V.T. Since it's not needed, I removed it.
|
2013-04-17 16:29:57 +02:00 |
Andreas Mueller
|
3c501ec97b
|
COSMIT typo. the French again ;)
|
2013-04-14 16:34:53 +02: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 |
Andreas Mueller
|
307afc8441
|
DOC correct / simplify dbscan examle
|
2013-04-04 21:49:26 +02:00 |
Lars Buitinck
|
b79652094f
|
BUG digits grid search was passing cv to the wrong method
GridSearchCV actually ignores this argument, as reported in #1815.
|
2013-03-30 13:25:26 +01:00 |
Jaques Grobler
|
dbf1e54ca3
|
rename example title
|
2013-03-25 20:36:08 +01:00 |
draix
|
63562b0416
|
PY3: replaced izip
|
2013-03-19 18:02:34 +01:00 |
Jaques Grobler
|
c2bebbc9f1
|
remove comment, undo change
|
2013-03-18 13:54:07 +01:00 |
Jaques Grobler
|
6625317ed6
|
move comment out of list
|
2013-03-18 13:52:20 +01:00 |
Jaques Grobler
|
6dedebafad
|
line_count sort added, some changes reverted
|
2013-03-18 13:52:20 +01:00 |
Jaques Grobler
|
3b8d2ecee9
|
fix for iris dataset
|
2013-03-18 13:52:20 +01:00 |
Jaques Grobler
|
a71f616d3e
|
typo fix and heading changes
|
2013-03-18 13:52:20 +01:00 |
Jaques Grobler
|
0016ea0843
|
gallery effects,icon change,cleanups
|
2013-03-18 13:52:20 +01:00 |
Jaques Grobler
|
122849008c
|
example title change
|
2013-03-18 13:51:36 +01:00 |
Andreas Mueller
|
edd1555a4b
|
MISC minor fixes in examples
|
2013-03-10 19:06:42 +01:00 |
Andreas Mueller
|
0c94b55c63
|
ENH add randomized hyperparameter optimization
|
2013-03-03 20:56:39 +01:00 |
Lars Buitinck
|
a6b3d24faf
|
BUG fix broken grid search example
|
2013-02-20 13:50:52 +01:00 |
Peter Prettenhofer
|
42c7496c0c
|
Merge branch 'master' into gbrt-deviance-fix
|
2013-02-17 19:52:21 +01:00 |
Lars Buitinck
|
541987802f
|
P3K range vs. xrange
|
2013-02-14 02:05:35 +01:00 |
Lars Buitinck
|
85ec0fd1ae
|
P3K death to the print statement
|
2013-02-11 23:11:57 +01:00 |
Lars Buitinck
|
041abe337d
|
rm gender classification example
Accidentally committed in 1967a0b323.
|
2013-02-11 16:07:43 +01:00 |
Mathieu Blondel
|
135636eb94
|
Cosmit: more explicit label.
|
2013-02-10 11:25:02 +09:00 |
Mathieu Blondel
|
b445537855
|
Cosmit: more explicit xlabel.
|
2013-02-10 11:20:19 +09:00 |
Andreas Mueller
|
2297306edf
|
COSMIT pep8
|
2013-02-08 22:10:40 +01:00 |
Gilles Louppe
|
46f4e91915
|
EXAMPLE: compute_importances=True is no longer required (2)
|
2013-02-08 08:37:21 +01:00 |
Gilles Louppe
|
0b2f92d025
|
EXAMPLE: compute_importances=True is no longer required (1)
|
2013-02-08 08:37:00 +01:00 |
Gael Varoquaux
|
c235ef4361
|
Merge branch 'treeweights'
|
2013-02-04 13:20:22 +01:00 |
Gael Varoquaux
|
1f95b18c27
|
COSMIT
|
2013-02-04 12:11:07 +01:00 |
Gael Varoquaux
|
f4a283a16e
|
COSMIT: prettify code and figure in example
|
2013-02-04 12:10:54 +01:00 |
Gilles Louppe
|
8ecc50458e
|
FIX: some of Gael comments
|
2013-02-03 18:45:33 +01:00 |
Andreas Mueller
|
98b5d1062a
|
FIX example
|
2013-02-03 15:49:38 +01:00 |
Andreas Mueller
|
ffa0b9dad8
|
ENH update example, minor fix.
|
2013-02-03 15:49:37 +01:00 |
Gilles Louppe
|
ed9318312f
|
EXAMPLE: add AdaBoost to plot_classifier_comparison
|
2013-02-03 13:58:08 +01:00 |
Noel Dawe
|
536e50d042
|
fix AdaBoost.R2 and update example
|
2013-02-03 03:37:38 +01:00 |
Noel Dawe
|
491319dd18
|
explain decision scores in two-class example
|
2013-02-02 22:53:08 +01:00 |
Noel Dawe
|
e8a8101313
|
clarification on two-class decision scores plot
|
2013-02-02 21:47:56 +01:00 |
Noel Dawe
|
07e6834ff0
|
two-class decision scores -> decision scores
|
2013-02-02 20:57:29 +01:00 |
Noel Dawe
|
8835435d8b
|
don't show class B probabilities in two-class example
|
2013-02-02 20:53:13 +01:00 |
Noel Dawe
|
a7db2aff42
|
import pylab as pl
|
2013-02-02 19:47:13 +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 |
Gilles Louppe
|
b56674ae20
|
DOC: add a short dataset description in hastie example
|
2013-02-01 09:26:31 +01:00 |
Noel Dawe
|
e21399f63a
|
add description of dataset in two-class example
|
2013-01-31 11:57:07 +01:00 |
Noel Dawe
|
ab27f37292
|
inline comment about learning_rate in hastie example
|
2013-01-31 01:08:33 +01:00 |
Noel Dawe
|
54ee88105b
|
FIX: comments from @ogrisel
|
2013-01-30 02:15:24 +01:00 |
Noel Dawe
|
707c0f4aa2
|
FIX: alpha=.5 and use more difficult dataset in two-class example. Add mean and cov arguments to make_gaussian_quantiles
|
2013-01-30 01:59:18 +01:00 |
Noel Dawe
|
c56a91582f
|
update adaboost regression example and use estimator_errors_
|
2013-01-28 20:06:00 +01:00 |
Gilles Louppe
|
5d5e376a0a
|
EXAMPLE (2)
|
2013-01-27 14:42:49 +01:00 |
Gilles Louppe
|
1eb07eb1c0
|
EXAMPLE: better x-axis label
|
2013-01-27 14:42:05 +01:00 |