Commit Graph

41 Commits

Author SHA1 Message Date
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
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
Olivier Grisel a6b21f9d3b ENH: remove references to digits + format 2011-08-12 07:48:02 +02:00
vene b79dbb0666 Fast-running face decomposition example 2011-08-12 07:48:02 +02:00
vene 44cb7e671a changed digits to faces decomposition example 2011-08-12 07:48:01 +02:00
vene 1e56a3ca6f ENH: predictable ordering in example, included kmeans 2011-07-16 18:30:54 +03:00
vene 8f2dfea032 FIX: example image order is consistent (for now) 2011-07-16 17:37:46 +03:00
vene e1452d1416 pep8 in example 2011-07-16 17:15:04 +03:00
vene 39cdda65e6 FIX: typo in example s/cluter/cluster 2011-07-16 16:36:13 +03:00
Gael varoquaux 3aae4a77dc MISC: Restructure compound decomposition example 2011-07-16 15:16:19 +02:00
vene 30f2fab117 One big decomposition example 2011-07-16 15:07:20 +03:00
vene ee040ce27e Lower tolerance in sparse pca example 2011-07-16 12:09:48 +03:00
vene 689b339c6e ENH: verbose and title in sparse pca example 2011-07-15 23:50:11 +03:00
Gael varoquaux cad248cee0 MISC: minor cleanups 2011-06-25 16:35:33 +02:00
Alexandre Gramfort 72f0b7d1cd prettify plot_sparse_pca.py 2011-06-25 16:16:15 +02:00
vene ecacbeabd3 DOC: foundations, prettified example 2011-06-25 16:16:14 +02:00
vene 90f359bc8a pep8 2011-06-25 16:16:14 +02:00
vene 246f95e428 one more test and a quick example 2011-06-25 16:16:14 +02:00
vene 0d1a6fd19a factored out the example code 2011-06-25 16:16:14 +02:00
Olivier Grisel d0750d05fa Merge pull request #198 from amueller/fastICA_transposed
Merge amueller's branch on consistent shape handling for the ICA module.
2011-06-06 05:26:25 -07:00
Andreas Mueller dea2a3b706 rst fix 2011-06-06 11:44:35 +02:00
andy 3f0f9702a1 pep8 and starting with X in right shape 2011-06-04 19:29:09 +02:00
andy c5bb2395a2 mention LDA in docstring 2011-06-04 19:11:27 +02:00
andy b26393fe9c typo 2011-06-04 19:11:20 +02:00
andy 6f85683576 pep8 2011-06-04 19:00:30 +02:00
andy 4762cfc335 fixed bug 2011-06-04 19:00:18 +02:00
andy 386e420d23 I don't really understand this, but it makes the error go away. 2011-06-04 16:18:01 +02:00
andy 2d988c08e3 typo 2011-06-04 16:17:36 +02:00
andy daf64539ad Merge branch 'master' of https://github.com/scikit-learn/scikit-learn 2011-06-04 16:08:22 +02:00
andy 42e6ae5582 Adjusted examples to new ICA interface 2011-06-04 16:07:48 +02:00
Mathieu Blondel dc6b31c5eb Make kernels consistent with SVM and add sigmoid kernel.
This fixes issue #190.
2011-06-03 17:14:45 +09:00
Gael varoquaux 58299a42cd MISC: separate decomposition examples to new dir 2011-04-10 17:53:15 +02:00