Commit Graph

2019 Commits

Author SHA1 Message Date
Lars Buitinck 5cadbe68ff DOC typos involving Nyström 2013-07-30 18:02:23 +02:00
Lars Buitinck 98b95ca711 DOC fix example comments
* @GaelVaroquaux's name was misspelled
* users won't know what a "Documentation merge" is
2013-07-30 12:41:56 +02:00
Gael Varoquaux 9bffc8fd81 MISC: fix plot_multilabel example 2013-07-28 18:00:36 +02:00
Olivier Grisel b0035bf9e8 Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +02:00
Andreas Mueller 75af99e231 EXAMPLES remove non-existing example from doc, don't trigger deprecated interface in enet_path, lasso_path 2013-07-28 15:17:14 +02:00
Andreas Mueller 26eb3c606f DOC/EXAMPLES fix more documentation errors, deprecated api usages. 2013-07-28 15:01:48 +02:00
Lars Buitinck 04f7d4989e DOC copyedit example docstring 2013-07-28 14:10:30 +02:00
Andreas Mueller c7c7ade0e8 FIX don't use old API in examples 2013-07-28 12:58:59 +02:00
Nicolas Trésegnie c16da082de Refactor loss_func and score_func warnings in cross_validation + replacement in two examples 2013-07-28 10:45:44 +02:00
Gilles Louppe 0682711af9 COSMIT: typo in examples/imputation.py 2013-07-28 09:03:56 +02:00
Vlad Niculae 190449424d DOC reference and rename cross decomposition module 2013-07-28 02:56:12 +02:00
Vlad Niculae d65de5e76c Fix libsvm seed when predict_proba in tests and examples 2013-07-27 19:50:25 +02:00
Andreas Mueller 32eb8b57f8 ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00
Arnaud Joly 1d6ce2c86e FIX small title issue 2013-07-26 16:01:32 +02:00
Arnaud Joly e25abf73fe ENH take @glouppe comments into account 2013-07-26 16:01:32 +02:00
Arnaud Joly 387951da0f DOC credit + fix typo + wording + use mathplotlib.pyplot
DOC fix typo

DOC wording

DOC typo and use mathplotlib.pyplot
2013-07-26 16:01:17 +02:00
Arnaud Joly def7af6944 pep8 2013-07-26 16:01:17 +02:00
Arnaud Joly f4eded634d DOC overall improvements
Typo

COSMIT remove debug print

DOC better docstring

Typo

Remove aborted examples

DOC fix numpy doc rendering

DOC fix the figure grid has been transposed

DOC precise which estimators

DOC polish example

DOC wording
2013-07-26 16:01:04 +02:00
Arnaud Joly aeaffe5f0a DOC + example with multioutput regression face completion for knn 2013-07-26 15:57:35 +02:00
Andreas Mueller b54ecb6e8c TST small improvement of test for sample weight in svm 2013-07-26 15:06:57 +02:00
Andreas Mueller dd097e748f DOC improve svm sample weight example 2013-07-26 15:06:57 +02:00
Alexandre Gramfort a6cb73612f ENH : update example of OMP 2013-07-26 09:50:54 +02:00
Gilles Louppe 95d9c638b4 FIX: imputation example 2013-07-26 00:36:18 +02:00
Kemal Eren 0442d00ee3 removed plot_ from newsgroups example file 2013-07-25 19:19:25 +02:00
Vlad Niculae bbccabcc05 Clarify and clean up example 2013-07-25 19:19:25 +02:00
Kemal Eren af8abde721 examples use matplotlib.pyplot instead of pylab 2013-07-25 19:19:25 +02:00
Kemal Eren f9efd1bfab fixed some docstrings: backticks and missing parameters 2013-07-25 19:19:24 +02:00
Kemal Eren 0dadefe235 changes to newsgroups example:
- only print the best biclusters, ranked by ncut;
- increase example batch size
2013-07-25 19:19:24 +02:00
Kemal Eren 2fa858687f misc. fixes 2013-07-25 19:19:24 +02:00
Kemal Eren 18934774b3 redundant phrase in docstring 2013-07-25 19:19:24 +02:00
Kemal Eren b95b9c4b8c updated newsgroups example 2013-07-25 19:19:23 +02:00
Kemal Eren 269eeb06bf reduced noise in spectral coclustering example 2013-07-25 19:19:23 +02:00
Kemal Eren cbdd485df2 moved bicluster examples to their own category 2013-07-25 19:19:23 +02:00
Kemal Eren 510d86079e merged newsgroup example with Vlad's 2013-07-25 19:19:23 +02:00
Kemal Eren b0a9f92c53 renamed example to get output to work 2013-07-25 19:19:22 +02:00
Kemal Eren e748018172 added consensus score to bicluster examples 2013-07-25 19:19:22 +02:00
Kemal Eren a591ff9310 fixed a few things in examples, documentation, and docstrings 2013-07-25 19:19:21 +02:00
Kemal Eren 1978d2fac6 wrote newsgroup biclustering example 2013-07-25 19:19:21 +02:00
Kemal Eren 8b2b8e5579 renamed examples; added to example docstrings 2013-07-25 19:19:21 +02:00
Kemal Eren 9c20a9e2ab made 'bicluster' a submodule of 'cluster' 2013-07-25 19:19:20 +02:00
Kemal Eren 18c305d5f7 expanded biclustering documentation 2013-07-25 19:19:19 +02:00
Kemal Eren b218edc793 started biclustering documentation and examples 2013-07-25 19:19:17 +02:00
Nicolas Trésegnie 6d79e59877 Fix tests + doc improvements + renaming 2013-07-25 15:57:06 +02:00
Nicolas Trésegnie b86071b403 Missing value imputation 2013-07-25 15:57:06 +02:00
Nelle Varoquaux 0cb1bc3f9c FIX the example plots of the pls module did not import pls methods from the correct module 2013-07-25 11:01:59 +02:00
Vlad Niculae d497ec0e44 Python3 support in RBM 2013-07-24 17:27:24 +02:00
Vlad Niculae c7f96827d5 Clarify and python3 RBM example 2013-07-24 17:27:23 +02:00
Vlad Niculae f37668f148 Nudge images using convolve, slower but more readable 2013-07-24 17:27:23 +02:00
syhw 62763ea7ba RBM example now verbose 2013-07-24 17:27:23 +02:00
Vlad Niculae 356ec100ab One space after dot 2013-07-24 17:27:21 +02:00