Commit Graph

36 Commits

Author SHA1 Message Date
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
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
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
Peter Prettenhofer 965214ed8b cosmit: removed requirements in svm_gui doc. 2011-05-11 17:01:13 +02:00
Peter Prettenhofer 699fab0fa8 cosmit: changed docstring of svm_gui.py. 2011-05-11 16:56:43 +02:00
Peter Prettenhofer 524a0098cb cosmit: pep8 + doc 2011-05-11 16:55:00 +02:00
Olivier Grisel 8b5a0274d2 kill trailing spaces 2011-05-04 17:49:17 +02:00
Olivier Grisel 7ad9bcde22 DOC: make the face recognition example static (to avoid having to download the dataset to build the doc) 2011-04-11 13:55:52 +02:00
Olivier Grisel 208915f8b7 FIX: stupid statement in plot_face_recognition 2011-04-11 01:32:14 +02:00
Gael varoquaux 09851fcc05 DOC: Fix warnings
Patching the numpy docscraper to avoid the use of 'toctree' that create a
lot of warnings for little good.

Fix warnings throughout the docs.
2011-04-10 22:44:13 +02:00
vene 53c92b036c API: components_ shape fixed in PCA classes 2011-04-05 10:13:50 +03:00
vene 87ebf1e183 Merge branch 'master' into decomposition
Conflicts:
	examples/plot_pca_vs_lda.py
2011-04-04 14:44:17 +03:00
vene ea2aa805f4 Decomposition module WIP 2011-04-04 14:31:48 +03:00
Olivier Grisel 4ecd8e9a25 ENH: factorize some plot code in face recognition example 2011-04-03 19:27:36 +02:00
Gael varoquaux 61afdc9767 MISC: reduce disk consumption when generating docs
In the examples: remove temporary files not useful.

When generating the docs: CD to the directory of the examples, so that
the files are downloaded there.
2011-04-03 13:17:08 +02:00
Olivier Grisel cf29b7a98c ENH: do not download LFW when building the documentation by default 2011-04-03 02:26:50 +02:00
Olivier Grisel 4073e15edd ENH: plot eigencefaces in face recognition example 2011-04-02 17:58:45 +02:00
Olivier Grisel 637c70038c renamed load_* to fetch_* when network connection is potentially involved 2011-03-19 18:39:45 +01:00
Olivier Grisel 123c0f8c11 better name: rename class_names to target_names for consistency 2011-02-27 12:15:50 +01:00
Olivier Grisel e4227fde23 face verification example will be implemented later 2011-02-21 11:09:06 +01:00
Olivier Grisel d7a1ddd6c1 better looking example 2011-02-21 02:19:28 +01:00
Olivier Grisel 3a28fd366c remove stupid color slicing 'feature' and shuffle the examples 2011-02-21 01:40:50 +01:00
Olivier Grisel 6609703cb3 make it possible to load the LFW people dataset using the scikits.learn.datasets infra 2011-02-20 21:08:28 +01:00
Olivier Grisel 6826401dc6 more work on dataset loader for LFW pairs 2011-02-14 02:44:21 +01:00
Fabian Pedregosa 1e5bd0948d Update doc. 2010-12-17 15:32:52 +01:00
Fabian Pedregosa 88d796823d Change link in plot_face_recognition.
Some hosts block dropbox.
2010-12-14 19:19:24 +01:00
Olivier Grisel d7609b38a7 consistently rename n_comp to n_components 2010-12-10 20:04:51 +01:00
Olivier Grisel 5142eb6d43 pep8 2010-12-09 09:05:27 +01:00
Olivier Grisel 42c246b7b5 use a grid search for the SVM params in the faces example 2010-12-08 11:17:18 +01:00
Olivier Grisel ea494a0a27 ENH: make the PCA transformer perform variance scaling by default + update the face recognition accordingly 2010-12-07 21:20:06 +01:00
Olivier Grisel 9847703415 moving real word examples to the applications subfolder 2010-12-05 21:40:38 +01:00