Commit Graph

1684 Commits

Author SHA1 Message Date
Jaques Grobler e0bf76ddca variable name change 2012-11-28 15:03:43 +01:00
Jaques Grobler a5a01b2940 plot fix 2012-11-28 14:48:15 +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 97a216d2ad COSMIT and minor fixes 2012-11-27 09:35:46 -05:00
kuantkid 9b47cdf9d0 ADD added examples, and eliminate unnecessary imports 2012-11-27 09:35:45 -05:00
kuantkid 46f15875db RENAME rename eigen_tol and eigen_solver, and warning about using old variable name eig_tol and mode 2012-11-27 09:35:45 -05:00
kuantkid 0ef3aadc69 RENAME parameter rename in examples 2012-11-27 09:35:16 -05:00
kuantkid e873ed5dac COSMIT 2012-11-27 09:35:14 -05:00
kuantkid 243fc75d03 ADD test cases for two components, unknown eigenvectors, unknown affinity 2012-11-27 09:35:14 -05:00
kuantkid ec601c65ad ADD add the laplacian eigenmap to examples 2012-11-27 09:35:14 -05:00
kuantkid 441a739a33 COSMIT 2012-11-27 09:35:12 -05:00
kuantkid 3b3f0ec1b7 ADD test cases for two components, unknown eigenvectors, unknown affinity 2012-11-27 09:35:12 -05:00
kuantkid a47992dd6c ADD add the laplacian eigenmap to examples 2012-11-27 09:35:12 -05:00
Lars Buitinck 3de0f43e40 ENH add dict support to FeatureHasher and make it the default input_type 2012-11-17 17:29:20 +01:00
Lars Buitinck c8e644abee ENH 20newsgroups example for FeatureHasher 2012-11-17 17:29:20 +01:00
Andreas Mueller 6ab3b5b2be MISC rename RandomForestEmbedding to RandomTreesEmbedding 2012-11-15 19:20:45 +00:00
Alexandre Gramfort dcbddc74d6 DOC : fix move of isotonic in doc + examples 2012-11-14 22:42:03 +01:00
Mathieu Blondel e48159689d Indicate dimensionality in RandomForestEmbedding example. 2012-11-15 04:40:15 +09:00
Mathieu Blondel a9b4a381ff Fix typos and wording in RandomForestEmbedding. 2012-11-15 04:36:30 +09:00
GaelVaroquaux 593f4bd748 ENH: RandomForestEmbedding in lle_digits example 2012-11-14 15:57:49 +01:00
Andreas Mueller 9a7de0b427 ENH fix plot in docs. thanks @ppret. 2012-11-14 10:40:19 +01:00
Andreas Mueller 8e58f832eb MISC rename plot_random_forest_hasher to plot_random_forest_embedding 2012-11-14 10:40:19 +01:00
Andreas Mueller e9e60db10e MISC don't use pl.subplots, fix typo 2012-11-14 10:40:19 +01:00
Andreas Mueller ef4d208e08 MISC renamed RandomForestHasher to RandomForestEmbedding 2012-11-14 10:40:19 +01:00
Andreas Mueller ae8a7a5aca ENH Added Example 2012-11-14 10:40:18 +01:00
Andreas Mueller 253a2c4f3d FIX don't use pl.subplots. 2012-11-14 07:35:05 +00:00
GaelVaroquaux 69e3554c8e MISC: wording of doc/comments in example 2012-11-13 09:42:31 +01:00
GaelVaroquaux 76b3d9cc6b DOC: fixed string formatting in example
The string formatting was not valid Python 2.6.

Fixes #1326
2012-11-08 09:36:58 +01:00
GaelVaroquaux 252f73c92e COSMIT: pep8, wording, layout 2012-11-08 09:29:07 +01:00
Corey Lynch c14e9c6899 limited range of C cross validation 2012-11-08 09:15:16 +01:00
Corey Lynch f5cf0eec5e added yticks 2012-11-08 09:15:16 +01:00
Corey Lynch 81ff85dc27 added yticks 2012-11-08 09:15:16 +01:00
Corey Lynch 205d658415 added yticks 2012-11-08 09:15:16 +01:00
Corey Lynch e6fd534aaf Took out a save image line 2012-11-08 09:15:15 +01:00
Corey Lynch 5f40bdf0f6 Used more extreme values of C to show a more pronounced error curve.
See the new curve here: http://imgur.com/UF7I4
2012-11-08 09:15:15 +01:00
Corey Lynch 7a2681d52e Changed example svc kernel to be linear, however the error curve ends up flat under the new kernel. 2012-11-08 09:15:15 +01:00
VirgileFritsch 4d3ac03479 Fix typos in doc. 2012-11-07 16:29:12 +01:00
GaelVaroquaux cf5426877c DOC: improve wording in covariance docs
In docs/docstring, jargon should always be avoided, and hand-waving
explaination should come first, then code, and then mathematical
formulas.
2012-11-07 16:29:12 +01:00
VirgileFritsch 67fabab27d Improve example narrative doc (rewritten intro). 2012-11-07 16:29:12 +01:00
VirgileFritsch 180cbfbba1 Change legend + complete docstrings. 2012-11-07 16:29:12 +01:00
VirgileFritsch 05ea3e41c9 BF: GridSearchCV + unsupervised covariance shrinkage selection. 2012-11-07 16:29:11 +01:00
Mathieu Blondel 8788713c3b Update document classification example. 2012-11-05 22:38:11 +09:00
Mathieu Blondel d184d62984 Fix example. 2012-11-05 21:55:41 +09:00
Mathieu Blondel 25284b9cf1 Merge branch 'sgd_learners' of https://github.com/zaxtax/scikit-learn into passive_aggressive 2012-11-05 16:24:42 +09:00
Immanuel Bayer ca8a8eb66a ENH renaming 'n_atoms' to 'n_components' for consistency 2012-11-04 10:01:13 +00:00
Immanuel Bayer b32fc9c791 ENH renaming 'max_iters' to 'max_iter' for consistency 2012-11-04 10:01:12 +00:00
Immanuel Bayer 189ac2f386 renaming 'learn_rate' in 'learning_rate' 2012-11-03 08:17:42 +00:00
Rob Zinkov f67e0d2f1e Fixed docstrings and seed tests 2012-11-02 09:52:05 -07:00
Tadej Janež 87cf51446b DOC: another improvement to the model selection exercise 2012-10-29 11:31:12 +01:00