Andreas Mueller
|
68a8b8b46d
|
ENH renamed best_estimator and best_score in examples and tests.
|
2012-01-05 23:35:33 +01:00 |
Andreas Mueller
|
4b60c026ce
|
Merge pull request #513 from amueller/doc_underscores_for_real
Fixing RST errors in the documentation and trying to make docs a little more consistent.
|
2011-12-31 05:46:43 -08:00 |
Olivier Grisel
|
0f6c525d7e
|
ENH: renamed fast_svd to randomized_svd + related improvements
|
2011-12-31 14:31:55 +01:00 |
Gilles Louppe
|
13a1114baf
|
Merge remote-tracking branch 'upstream/master' into parallel-forest
Conflicts:
doc/whats_new.rst
|
2011-12-30 17:09:32 +01:00 |
Gilles Louppe
|
ab5fea0013
|
DOC: Renamed example (+Parallel)
|
2011-12-30 16:11:20 +01:00 |
Gilles Louppe
|
e0c3eb3d05
|
DOC: Parallel computations in forest
|
2011-12-30 15:04:24 +01:00 |
Gilles Louppe
|
8d654ffbc3
|
TEST: Added tests of parallel computation
|
2011-12-30 14:19:12 +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 |
Olivier Grisel
|
1d1348eb21
|
Update random forest face example to use several cores
|
2011-12-30 10:00:39 +01:00 |
Gilles Louppe
|
48a63de706
|
FIX: Revert changes
|
2011-12-29 21:24:10 +01:00 |
Gilles Louppe
|
a5db7f1959
|
ENH: Simplified code
|
2011-12-29 21:19:32 +01:00 |
Gael varoquaux
|
97c2533e2c
|
Cosmit: example prettier without colorbar
I don't find that the colorbar is necessary for this example, and it's so
esthetic (in a disturbing way) that I'd like to keep the figure pretty.
|
2011-12-29 20:21:12 +01:00 |
Andreas Mueller
|
a3aa805bc5
|
Merge branch 'master' of https://github.com/scikit-learn/scikit-learn into doc_underscores_for_real
Conflicts:
sklearn/decomposition/nmf.py
sklearn/decomposition/pca.py
|
2011-12-29 11:57:41 +01:00 |
Andreas Mueller
|
600f685022
|
FIX: RST indentation and blank lines
|
2011-12-27 21:46:58 +01:00 |
Gilles Louppe
|
83f693f662
|
EXAMPLE: Fixed API changes
|
2011-12-27 17:54:25 +01:00 |
Gilles Louppe
|
ab23e22fd0
|
Merge remote-tracking branch 'upstream/master' into tree
Conflicts:
sklearn/ensemble/forest.py
sklearn/tree/tree.py
|
2011-12-27 17:51:07 +01:00 |
Jake Vanderplas
|
6bdc90417c
|
COSMIT: pep8
|
2011-12-23 10:24:36 -08:00 |
Jake Vanderplas
|
96d6060cd7
|
pep8
|
2011-12-23 10:12:26 -08:00 |
Jacob Vanderplas
|
ce00c68f48
|
Merge pull request #501 from jakevdp/dataset-fix
MRG: Species dataset/example fix
|
2011-12-23 05:07:14 -08:00 |
Gilles Louppe
|
122e8b4ba3
|
EXAMPLE: renamed Frankenstein, set cmap in matshow
|
2011-12-23 07:37:02 +01:00 |
Peter Prettenhofer
|
ae143a733e
|
fix: xmin -> X.min()
cosmit: unused imports and vars
|
2011-12-22 18:41:05 -08:00 |
Vlad Niculae
|
955fdf8e16
|
Change seed to make example behave better
|
2011-12-22 23:08:06 +01:00 |
Vlad Niculae
|
61c2ceea90
|
ENH make example more expressive
ENH: zero-mean, param tweaking
ENH make example more expressive
|
2011-12-22 23:06:05 +01:00 |
Mathieu Blondel
|
1382b2649c
|
Use CCA as well in multilabel example.
|
2011-12-22 15:12:22 +01:00 |
Vlad Niculae
|
d0ac763f2e
|
Allow unlabeled samples in multilabel ex, collab between @vene and @mblondel on the plane
|
2011-12-22 12:42:49 +01:00 |
Andreas Mueller
|
87a85c189a
|
Merge pull request #417 from larsmans/multilabel
MRG : ENH multilabel learning in OneVsRestClassifier
|
2011-12-21 08:10:23 -08:00 |
Vlad Niculae
|
42b47ac72b
|
DOC: really add example to multiclass.rst
|
2011-12-21 16:47:18 +01:00 |
Lars Buitinck
|
18a70f7e99
|
Merge remote-tracking branch 'vene/lars_multilabel' into multilabel
Conflicts:
sklearn/tests/test_multiclass.py
|
2011-12-21 13:54:42 +01:00 |
Vlad Niculae
|
400093f095
|
ENH: Really added the synthetic example
|
2011-12-21 13:36:24 +01:00 |
Lars Buitinck
|
216a0122b2
|
ENH demo sparse KMeans on 20news set (it's slow!)
Conflicts:
examples/document_clustering.py
|
2011-12-21 13:12:20 +01:00 |
Jake Vanderplas
|
e705d941ce
|
Change depreciated behavior in feature agglomeration example
|
2011-12-21 03:41:40 -08:00 |
Jake Vanderplas
|
df4351d4be
|
Merge commit 'upstream/master' into dataset-fix
|
2011-12-21 02:17:23 -08:00 |
Olivier Grisel
|
8f7cfdf259
|
cosmit
|
2011-12-21 11:16:18 +01:00 |
Olivier Grisel
|
d3533317eb
|
enable the kmeans stability as an auto examples as the speed is now fast enough
|
2011-12-21 10:50:31 +01:00 |
Olivier Grisel
|
c85c89068b
|
simplify stability evaluation example
|
2011-12-21 10:49:07 +01:00 |
Olivier Grisel
|
8c396d872a
|
Merge branch 'master' into minibatch-kmeans-optim
|
2011-12-21 10:33:12 +01:00 |
Olivier Grisel
|
e65bca1493
|
better documentation for the convergence stability example
|
2011-12-21 10:28:49 +01:00 |
Olivier Grisel
|
30cdbb8da7
|
fix text position in example
|
2011-12-21 10:13:46 +01:00 |
Jake Vanderplas
|
b1a41dca44
|
clean up species distribution example
|
2011-12-20 16:15:15 -08:00 |
Olivier Grisel
|
2cbcc1e813
|
example tweaks
|
2011-12-20 20:18:08 +01:00 |
Jake Vanderplas
|
ea2daf331f
|
species datasets commit
|
2011-12-20 11:16:09 -08:00 |
Andreas Mueller
|
763af613d6
|
Merge branch 'master' of https://github.com/scikit-learn/scikit-learn
|
2011-12-20 19:12:53 +01:00 |
Andreas Mueller
|
07f8c6f660
|
DOC FIX typo
|
2011-12-20 18:58:39 +01:00 |
Fabian Pedregosa
|
3fc6f142d4
|
Typo in example. Thanks Virgile for the cool example.
|
2011-12-20 11:49:31 -05:00 |
Vlad Niculae
|
51b6dea96b
|
Rehauled SparseCoder example
|
2011-12-20 17:09:15 +01:00 |
Olivier Grisel
|
d32a220024
|
FIX compat for errorbar legend for old matplotlib versions
|
2011-12-20 16:10:37 +01:00 |
Olivier Grisel
|
738891562c
|
Merge branch 'master' into minibatch-kmeans-optim
|
2011-12-20 16:00:31 +01:00 |
Alexandre Gramfort
|
3f330f2967
|
STY : pep8
|
2011-12-20 15:34:17 +01:00 |
Alexandre Gramfort
|
d530fa13f1
|
Merge branch 'master' of https://github.com/scikit-learn/scikit-learn
|
2011-12-20 14:24:23 +01:00 |
Andreas Mueller
|
486cd551f8
|
COSMIT pep8
|
2011-12-20 14:17:51 +01:00 |