Commit Graph

1529 Commits

Author SHA1 Message Date
Mathieu Blondel 09674eefdc Clean up unused code. 2012-06-15 16:30:47 +09:00
Andreas Mueller 127415b209 DOC rename lambda to alpha in plot_lasso_model_selection. Closes #903. 2012-06-13 21:55:56 +02:00
Alexandre Gramfort eb63974a95 FIX: C range in plot_cv_digits 2012-06-08 23:14:49 +03:00
Andreas Mueller de7eb723dc FIX faces_decomposition example. That this broke only now is a sign of deep magic, better left unexplored. 2012-06-04 22:27:34 +02: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
Alexandre Gramfort 3e5f4828f0 FIX : use RandomState rather than global seed 2012-06-03 22:21:14 +02:00
Andreas Mueller 2e084358f3 FIX typo in example. My bad. 2012-06-02 18:37:02 +02:00
Gael Varoquaux 25bffd922e DOC: minor MDS doc/example changes 2012-06-01 18:24:21 +02:00
Nelle Varoquaux d26c7cf927 MDS: documentation fixes 2012-06-01 18:24:21 +02:00
Nelle Varoquaux 7a0511c0b9 Added MDS to manifold comparison methods 2012-06-01 18:24:21 +02:00
Nelle Varoquaux c4d2fe04c6 MDS: renamed positions_ to embedding_ 2012-06-01 18:24:21 +02:00
Gael Varoquaux 6b6fb393a9 COSMIT in plot_mds.py example
Also, casting to float instead of ints was important as recent numpy
versions will not accept X -= X.mean() with ints (inplace operation
between different dtypes)
2012-06-01 18:24:21 +02:00
Nelle Varoquaux 47071524dd Set the seed of the random_state generators to have nicely aligned results 2012-06-01 18:24:21 +02:00
Nelle Varoquaux 73b98d4d7e Small explanation on the plot_mds example 2012-06-01 18:24:21 +02:00
Nelle Varoquaux 06fc359fe9 a += a.T is different from a = a + a.T 2012-06-01 18:24:21 +02:00
Nelle Varoquaux e2e545f4e7 DOC: added references to papers and licence - fixed the MDS example 2012-06-01 18:24:21 +02:00
Nelle Varoquaux 5b53e8dd77 MDS: out_dim → n_components 2012-06-01 18:24:20 +02:00
Nelle Varoquaux 5d801498bc Replaced MDS US mileage distance example by a generated, more representative one 2012-06-01 18:24:20 +02:00
Nelle Varoquaux 62a348406c Changed dataset from france's mileage to knuth's USA mileage dataset 2012-06-01 18:24:20 +02:00
Nelle Varoquaux 81b75a8a16 Fix errors due to previous refactoring on MDS 2012-06-01 18:24:20 +02:00
Nelle Varoquaux d09ed68a14 Added docstrings to MDS 2012-06-01 18:24:20 +02:00
Nelle Varoquaux ec72b7230e Added documentation on MDS 2012-06-01 18:24:20 +02:00
Jaques Grobler 59942ef804 made `diag` explicit in example 2012-06-01 17:47:17 +02:00
Jaques Grobler cb16f80f6c fixed example`s fit(..) to new API 2012-06-01 17:47:17 +02:00
Daniel Duckworth 9abb2c7c09 Python 2.6 bugfix for plot_rbf_parameters.py 2012-05-31 20:41:10 -07:00
Andreas Mueller 8199bfd348 ENH fixed ``n_cluster`` to ``n_clusters`` in examples. Thanks @agramfort 2012-05-30 07:41:35 +02:00
Andreas Mueller d9a6243c98 ENH rename k in clustering examples and doctests to n_clusters 2012-05-30 07:41:34 +02:00
Andreas Mueller 8b24cbdb56 COSMIT pep8 2012-05-29 22:38:42 +02:00
Fabian Pedregosa 443929dd6b Some documentation for example plot_ridge_path 2012-05-24 15:44:18 +02:00
Fabian Pedregosa 01b29e5cd5 Some doc for the example "Lasso path using LARS" 2012-05-24 15:42:43 +02:00
Fabian Pedregosa d8c80ab6e9 Explitit cmap for background.
After set_cmap was removed in e749771f, the background was meaningless
IMHO. This recovers its original aspect.
2012-05-21 10:43:03 +02:00
Mathieu Blondel 991da84623 Note regarding multilabel example. 2012-05-18 13:19:25 +09:00
Andreas Mueller a2c3112dcc MISC don't use fit parameters in example 2012-05-15 21:37:33 +02:00
Alexandre Gramfort dc86f0d022 Merge pull request #851 from duckworthd/master
EasyFix: Merge SVM grid search and parameter explanation examples
2012-05-14 00:23:12 -07:00
Daniel Duckworth 069bf4a383 Fixed bug in plot_rbf_parameters.py causing only one figure to show 2012-05-13 14:19:32 -07:00
Daniel Duckworth 5fab80928f split plot_rbf_parameters.py's plot into two
- plot_rbf_parameters.py originally had two plots
  combined into one.  They have been split apart
  again.
2012-05-13 13:41:48 -07:00
Daniel Duckworth e27b310903 Merged svm parameter selection visualization
-deleted plot_svm_parameters_selection
-merged its contents into plot_rbf_parameters
2012-05-11 15:37:04 -07:00
Keith Goodman b842bb7006 BUG: price accidentally used instead of volume
Fixing the bug makes the plot output of
plot_hmm_stock_analysis look less pretty. The
hidden states are no longer a direct function of price.
2012-05-09 14:53:57 -07:00
Gael Varoquaux 13028c5bb3 BUG: remove n_jobs=-1 from examples 2012-05-07 22:53:44 +02:00
Gael Varoquaux b93105e8fe DOC: faster and more meaningful example 2012-05-07 00:08:48 +02:00
Gael Varoquaux e629d08cd4 FIX: handle deprecation with estimator API
An estimator's init cannot include any logic
2012-05-06 16:08:25 +02:00
Andreas Mueller 5ad3bc672c ENH rename out_dim to n_components in manifold module 2012-05-06 16:08:25 +02:00
Gael Varoquaux 833fc05e09 COSMIT simplify a bit examples 2012-05-05 21:57:05 +02:00
Alexandre Gramfort 15455263b7 API : change back default C to 1. explicitely and epsilon 0.1 2012-05-05 21:57:04 +02:00
Alexandre Gramfort 0a4db5c2a4 DOC : update SVM examples with scale_C 2012-05-05 21:57:04 +02:00
Andreas Mueller 5edfa06019 DOC docs and examples have scale_C removed 2012-05-05 21:57:04 +02:00
Andreas Mueller 3ec174e9f6 FIX one more example 2012-05-05 21:37:29 +02:00
Andreas Mueller e924f2e201 FIX typos in examples 2012-05-05 21:27:28 +02:00
Andreas Mueller e749771faa MISC don't use ``set_cmap`` 2012-05-05 20:43:21 +02:00
Andreas Mueller 645db95737 ENH adjusted examples to new matplotlib 1.1.1 2012-05-05 20:43:21 +02:00