andy
|
1aacfbede8
|
ENH updated to more examples.
|
2013-01-07 09:41:48 +01:00 |
Arnaud Joly
|
12c8d3be79
|
ENH Rename Bernoulli random projection to sparse random projection
|
2012-12-21 14:48:01 +01:00 |
Arnaud Joly
|
eb67e016eb
|
FIX typo mistakes
|
2012-12-21 14:47:58 +01:00 |
Arnaud Joly
|
6cc099771c
|
FIX example import (name changed)
|
2012-12-21 14:34:23 +01:00 |
Olivier Grisel
|
110842ab64
|
use random projections in the digits manifold example
|
2012-12-21 14:34:18 +01:00 |
Satrajit Ghosh
|
e0959c9add
|
ref: change name to indicate semantics
|
2012-11-27 09:36:21 -05:00 |
Satrajit Ghosh
|
8eb74e065c
|
fix: addressing gael's comments
|
2012-11-27 09:36:20 -05:00 |
kuantkid
|
9b47cdf9d0
|
ADD added examples, and eliminate unnecessary imports
|
2012-11-27 09:35:45 -05:00 |
Andreas Mueller
|
6ab3b5b2be
|
MISC rename RandomForestEmbedding to RandomTreesEmbedding
|
2012-11-15 19:20:45 +00:00 |
GaelVaroquaux
|
593f4bd748
|
ENH: RandomForestEmbedding in lle_digits example
|
2012-11-14 15:57:49 +01:00 |
Andreas Mueller
|
e3369c189b
|
ENH slight improvement to mds speed, modified examples to not run mds that long.
|
2012-06-03 22:43:41 +02:00 |
Nelle Varoquaux
|
7a0511c0b9
|
Added MDS to manifold comparison methods
|
2012-06-01 18:24:21 +02:00 |
Andreas Mueller
|
5ad3bc672c
|
ENH rename out_dim to n_components in manifold module
|
2012-05-06 16:08:25 +02:00 |
Jake Vanderplas
|
96d6060cd7
|
pep8
|
2011-12-23 10:12:26 -08:00 |
Olivier Grisel
|
78dd8b5626
|
batch trailing spaces cleanup
|
2011-09-06 23:12:26 +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 |
Jake Vanderplas
|
c72dd9fd39
|
merge with master; remove lobpcg references
|
2011-08-13 10:06:52 -07:00 |
Gael varoquaux
|
1d5e5d50af
|
COSMIT: print time in plot_lle_digits example
|
2011-08-12 07:30:35 +02:00 |
Jake Vanderplas
|
d7ed1cb568
|
examples: make out_dim explicit
|
2011-08-12 07:30:35 +02:00 |
Jake Vanderplas
|
ba5bf00c30
|
manifold example updates
|
2011-08-12 07:30:35 +02:00 |
Jake Vanderplas
|
9abb9fa710
|
update manifold documentation
|
2011-08-08 17:39:15 -07:00 |
Jake Vanderplas
|
f0ff849c61
|
Implement Isomap + transform in terms of KernelPCA
|
2011-08-04 21:28:40 -07:00 |
Jake Vanderplas
|
1436e1e97b
|
added tests; cleanup; pep8
|
2011-07-31 17:26:16 -07:00 |
Jake Vanderplas
|
f52c9e6337
|
fixed bug in shortest path; consolodated isomap examples
|
2011-07-28 20:53:11 -07:00 |
Jake Vanderplas
|
6af817934a
|
merge with previous commits
|
2011-06-28 20:49:25 -07:00 |
Jake Vanderplas
|
c131696578
|
merged changes in master
|
2011-06-28 20:14:42 -07:00 |
Jake Vanderplas
|
4309c35c26
|
minor changes
|
2011-06-25 15:08:35 -07:00 |
Olivier Grisel
|
c6f236600c
|
track changes from master
|
2011-06-17 08:18:49 +02:00 |
Jake Vanderplas
|
a7df3c8060
|
added method argument to digits example
|
2011-06-16 10:35:21 -07:00 |
Mathieu Blondel
|
6444a43dfb
|
Cosmetics.
|
2011-06-03 18:43:12 +09:00 |
Mathieu Blondel
|
d2a1339d11
|
Add LDA to the handwritten digit 2d-projection example.
Although it's supervised, LDA doesn't look better than PCA. Maybe a bug
in LDA...
|
2011-06-03 18:22:17 +09:00 |
Olivier Grisel
|
ca3e787343
|
ENH: split figures for better reusability and readability
|
2011-05-31 10:52:53 +02:00 |
Olivier Grisel
|
a0d6fbb96f
|
cosmit
|
2011-05-31 02:20:39 +02:00 |
Olivier Grisel
|
8d37dcfbf4
|
use scikit-learn QR compat alias
|
2011-05-31 02:14:53 +02:00 |
Olivier Grisel
|
1861307bfe
|
add random projection and PCA to digits manifold example
|
2011-05-31 02:08:23 +02:00 |
Fabian Pedregosa
|
85fc047764
|
FIX: bad import
|
2011-05-16 13:58:08 +02:00 |
Virgile
|
24ca47e278
|
Compatibility Ubuntu 11.04 (with matplotlib 0.99.3)
|
2011-05-16 07:26:32 +02:00 |
Gael varoquaux
|
90b32d489d
|
COSMIT: Remove unused import
|
2011-05-15 15:55:48 +02:00 |
Fabian Pedregosa
|
e70a3dd8e7
|
Cosmetic changes.
|
2011-05-12 19:46:11 +02:00 |
Fabian Pedregosa
|
642ddc1524
|
Initial implementation of Locally Linear Embedding.
|
2011-05-04 11:35:16 +02:00 |