Commit Graph

1691 Commits

Author SHA1 Message Date
Lars Buitinck 76f64df247 DOC broken link in HMM narrative 2013-09-03 14:57:02 +02:00
Roland Szabo d862bc08a1 [DOC] Typo fixes in documentation for Novelty and Outlier Detection 2013-09-01 20:28:12 +03:00
Gael Varoquaux 1175352842 MISC: fix rst 2013-08-21 10:29:48 +02:00
Lars Buitinck 006a6cbaad ENH add VarianceThreshold feature selection method 2013-08-20 14:24:08 +02:00
Brooke Osborn 2aa3e58973 DOC adding description for handling of the auto parameter in neighbors 2013-08-17 23:32:40 +02:00
Jake Vanderplas 2efa97931d DOC: fix metrics documentation format
Fixes #2306.
2013-08-15 12:00:13 +02:00
Lars Buitinck 40683d5167 DOC while we're at it, link to our own RBM docs 2013-08-13 17:31:40 +02:00
Roland Szabo 90988fdc0c [DOC] Remove that RBM's are not implemented yet 2013-08-13 16:17:03 +03:00
Lars Buitinck a82b31547d MAINT remove deprecated parameters (the easy cases) 2013-08-08 10:00:22 +02:00
Lars Buitinck 60da310e1e MAINT deprecated ENet param used in doc and benchmark 2013-08-08 09:52:59 +02:00
Arnaud Joly 06be30669f DOC put the narrative documentation of roc_curve and roc_auc_score in one place 2013-08-07 10:36:44 +02:00
Arnaud Joly cf73a9ed85 ENH more explicit name for auc + consistency for scorer, fix #2096 2013-08-07 10:23:37 +02:00
dengemann 55a92e7680 FIX: 80 characters 2013-07-30 15:30:07 +02:00
dengemann b65ab86a04 FIX/ENH: revert changes, improve doc 2013-07-30 15:30:06 +02:00
Gael Varoquaux 5ebf551375 DOC: DBSCAN misc doc formatting 2013-07-30 11:15:36 +02:00
Joshua Vredevoogd bc785f8123 DBSCAN BallTree implementation 2013-07-29 22:58:54 +02:00
Arnaud Joly 742b416495 DOC Remove deprecated reference + acknowledge @larsman 2013-07-28 21:15:08 +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 89886e59fb Revert "ENH add log_likelihood_score as -log_loss"
log_likelihood_score is too generic a name and
{categorical,classifier,multinomial}_log_likelihood_score is too long.

This reverts commit 377c61e899
(and actually a little more).
2013-07-28 12:58:32 +02:00
Gilles Louppe 2f6a6709b0 Remove toc on the API page (it is already in the sidebar) 2013-07-28 11:15:05 +02:00
Andreas Mueller 282fa3b834 add section, estimator and model links on the frontpage 2013-07-28 11:15:02 +02:00
Arnaud Joly eb068a7c42 DOC more comments from @NelleV 2013-07-28 10:54:15 +02:00
Arnaud Joly 886754bdc4 DOC ENH take into account @NelleV comments 2013-07-28 10:54:15 +02:00
Arnaud Joly 57ec891313 Typo 2013-07-28 10:54:15 +02:00
Arnaud Joly b79005a6d0 DOC rewording 2013-07-28 10:54:14 +02:00
Arnaud Joly 9ec7d052a8 DOC take into account @vene and @ogrisel + specify format for multioutput-multiclass 2013-07-28 10:54:14 +02:00
Arnaud Joly c1d766672f DOC overall improvements in the multiclass documentation 2013-07-28 10:54:14 +02:00
Yannick Schwartz 6e9498fd5f Update multiclass/multilabel documentation
Added examples to multiclass/label definitions

Reformulation of multilabel classification definition; updated list of multiclass algorithms

Added pointers for label binarizer helpers

Changed n_labels to n_classes
2013-07-28 10:54:14 +02:00
Nicolas Trésegnie e77e21059c Imp documentation 2013-07-28 10:45:44 +02:00
Vlad Niculae 190449424d DOC reference and rename cross decomposition module 2013-07-28 02:56:12 +02:00
Andreas Mueller 3009a85a64 more sphinx fixes 2013-07-27 19:51:12 +02:00
Vlad Niculae 2d97949125 DOC update docstrings to reflect libsvm random_state 2013-07-27 19:50:25 +02:00
Lars Buitinck 8d4734144e DOC minor copyedit to narratives 2013-07-27 18:22:41 +02:00
Lars Buitinck de3866cf9a DOC SGDClassifier has multiclass predict_proba 2013-07-27 18:22:41 +02:00
Andreas Mueller 8dd37abd33 DOC fixing some sphinx stuff. 2013-07-27 18:16:46 +02:00
Andreas Mueller 32eb8b57f8 ENH rename eval / pseudolikelihood to score_samples 2013-07-26 23:32:23 +02:00
Lars Buitinck 377c61e899 ENH add log_likelihood_score as -log_loss
... or rather, the other way around.
2013-07-26 19:40:56 +02:00
Lars Buitinck d0474aeb47 ENH Scorer object for log loss 2013-07-26 19:40:56 +02:00
Lars Buitinck 808799c146 ENH rewrite multiclass_log_loss, rename log_loss, document it 2013-07-26 19:40:56 +02:00
Andreas Mueller 7b6a808ff7 FIX whoops sorry! 2013-07-26 16:26:21 +02:00
Andreas Mueller f4fe3fdc7b Show 95% confidence interval, not 40% confidence ^^
Closes #1940.
2013-07-26 16:18:06 +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 629483d736 DOC unveil that some estimators support multilabel classification and multioutput-multiclass classification 2013-07-26 15:57:36 +02:00
Arnaud Joly 2be42f0aa1 DOC more information about which classifier support multilabel 2013-07-26 15:57:35 +02:00
Arnaud Joly aeaffe5f0a DOC + example with multioutput regression face completion for knn 2013-07-26 15:57:35 +02:00
Arnaud Joly f7555a17e3 DOC add missing links to the scorer and classication section 2013-07-26 15:32:22 +02:00
Andreas Mueller c2575435b6 DOC improve documentation of sample_weight, add to docstring. 2013-07-26 15:06:57 +02:00
Olivier Grisel a48207c4a8 One more Python 3 fix in feature_extraction.rst 2013-07-26 12:39:07 +02:00
Andreas Mueller a4e53a6a3c FIX hopefully fixing travis. 2013-07-26 11:38:08 +02:00