Fabian Pedregosa
d36c2acfec
scipy.lena() no longer works on scipy's dev version.
...
Use scipy.misc.lena() instead. This should also work with 0.8.x and
probably others.
2011-09-03 09:12:21 +02:00
Gael varoquaux
4d1dcd2e65
DOC: scikits.learn -> sklearn
2011-09-03 09:10:40 +02:00
Fabian Pedregosa
ddf4b72109
Move project directory from scikits.learn to sklearn
2011-09-02 12:06:57 +02:00
Fabian Pedregosa
68f27e3790
Revert "Move project directory from scikits.learn to sklearn"
...
This reverts commit fd0d3b879d .
2011-09-02 12:03:18 +02:00
Fabian Pedregosa
fd0d3b879d
Move project directory from scikits.learn to sklearn
2011-09-02 11:38:24 +02:00
Fabian Pedregosa
4f2c7d1a0f
Cosmetic changes in example docstring
2011-09-02 10:21:52 +02:00
Peter Prettenhofer
7cbc4b7d9c
added NavigationToolbar to SVM gui
2011-09-01 15:52:56 +02:00
Fabian Pedregosa
ab5db97047
Revert "Rename face_recognition so that the result is plotted."
...
This reverts commit 0cbe2a1856 .
2011-09-01 12:02:15 +02:00
Fabian Pedregosa
0cbe2a1856
Rename face_recognition so that the result is plotted.
2011-09-01 11:28:06 +02:00
Fabian Pedregosa
f8ef06eea0
FIX some broken examples.
2011-09-01 11:20:05 +02:00
Fabian Pedregosa
a6918a49a5
Generate thumbnails in the example gallery
2011-09-01 09:35:29 +02:00
Fabian Pedregosa
1021baf7a7
FIX: broken example
2011-09-01 09:35:29 +02:00
Mathieu Blondel
9039d1c29c
Better title + authors.
2011-08-30 15:28:50 +09:00
Mathieu Blondel
975027d5e5
64 colors + random codebook comparison.
2011-08-30 15:25:17 +09:00
Olivier Grisel
31aecceb45
Merge branch 'master' of github.com:scikit-learn/scikit-learn
2011-08-29 14:02:03 +02:00
Mathieu Blondel
4a826cbd5b
Use 256 colors and add title.
2011-08-29 20:47:42 +09:00
Mathieu Blondel
9c74fb2b85
More explanations and pep8.
2011-08-29 20:38:07 +09:00
Mathieu Blondel
a8ea27a223
More informative name for color quantization example.
2011-08-29 20:11:50 +09:00
Olivier Grisel
f39379523e
FIX: useless arg to argsort in NMF example
2011-08-28 17:00:47 +02:00
Olivier Grisel
74dd2d8f6a
ENH: new example: NMF topic extraction on 20 newsgroups
2011-08-28 15:23:05 +02:00
Alexandre Gramfort
60b2299021
FIX : in meanshift typos, style, example
2011-08-24 21:32:39 -04:00
Conrad Lee
378ad2268d
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
scikits/learn/cluster/mean_shift_.py
scikits/learn/cluster/tests/test_k_means.py
2011-08-24 14:30:45 -05:00
Olivier Grisel
c21d8d053f
update the documentation
2011-08-24 12:25:46 +02:00
Olivier Grisel
2a548ed131
cosmit
2011-08-24 11:41:52 +02:00
Olivier Grisel
3a1d5e2f8f
fix the VQ example by switching to floats in range 0 - 1
2011-08-24 11:35:45 +02:00
Olivier Grisel
47458beb9a
checkpointing work in progress on VQ example
2011-08-23 19:33:22 +02:00
Olivier Grisel
9ff1929342
time the main operations
2011-08-23 18:25:26 +02:00
Olivier Grisel
bfd7cd6f32
track changes from upstream/master
2011-08-23 17:21:51 +02:00
Olivier Grisel
c78908a3a3
checkpoint style improvements for the KMeans predict
2011-08-23 16:56:36 +02:00
Lars Buitinck
8674b01781
ENH set_params method on BaseEstimator, deprecate estimator params to fit
...
Passing estimator parameters to fit leads to a situation where fit might
half-fail when it has set the parameters, but then fails to do input
validation.
2011-08-23 12:46:36 +02:00
Olivier Grisel
7a8df01f99
Merge remote-tracking branch 'robertlayton/kmeans_transform2' into robertlayton-kmeans_transform2
2011-08-23 11:51:40 +02:00
Robert Layton
1bc5e576e4
Fixed loader problems
2011-08-23 10:24:31 +10:00
X006
8811af010f
Dataset loader moved to datasets.base, but not being installed
2011-08-23 09:30:18 +10:00
Robert Layton
1bc54d43bd
VQ example. Not working yet - clusters aren't well formed I think.
...
Will work on it more tomorrow.
2011-08-21 22:17:26 +10:00
Conrad Lee
83b6af2c62
Brought my branch for mean shift modification up to date with current head on github
2011-08-21 11:37:16 +02:00
Emmanuelle Gouillart
a0e0e3a1f3
In spectral clustering example, forced the solver to be arpack
...
(the amg solver is unstable for this example, and results are not
satisfying)
2011-08-20 18:02:20 +02:00
Conrad Lee
50bb1389ae
Mean shift: removed my old test script due to merge with agramfort, changed num points in plot example to ten thousand to speed it up.
2011-08-19 13:59:35 +02:00
Conrad Lee
b782f7e2f4
Merged agramfort's branch with my own
2011-08-19 13:45:38 +02:00
Conrad Lee
f902930954
Mean shift: settled on term 'bin' and removed unnecessary references to 'bucketing' or 'discretization' from variable names and documentation
2011-08-18 19:03:50 +02:00
Robert Layton
9232f88248
Merge remote-tracking branch 'mblondel/kmeans_transform2' into kmeans_transform2
2011-08-14 11:23:21 +10:00
Robert Layton
c3ab8584b3
Merge branch 'master' into kmeans_transform2
...
Conflicts:
scikits/learn/datasets/twenty_newsgroups.py
2011-08-14 10:12:45 +10:00
Jake Vanderplas
c72dd9fd39
merge with master; remove lobpcg references
2011-08-13 10:06:52 -07:00
Mathieu Blondel
547e65bb2b
Fix plot_kmeans_digits.py.
2011-08-12 18:15:46 +09:00
Gael varoquaux
65a2d4a46d
COSMIT: doc and examples in decomposition
2011-08-12 08:30:29 +02:00
vene
872971e43b
add refs to example
2011-08-12 07:48:03 +02:00
Gael varoquaux
82b423cc0e
MISC: prettify the faces example
2011-08-12 07:48:03 +02:00
vene
06bdd21dd0
prettify face decomposition example (ft. GaelVaroquaux)
2011-08-12 07:48:03 +02:00
Olivier Grisel
e85c809061
cosmit
2011-08-12 07:48:03 +02:00
Olivier Grisel
bfc41a53ac
ENH: use introspection to find the cluster components
2011-08-12 07:48:02 +02:00
Olivier Grisel
26f7f1d444
plot the original centered sample + make sparse pca a little less sparse + kmean a little less like init
2011-08-12 07:48:02 +02:00