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
Andreas Mueller
0da99d4aee
FIX hopefully fixing travis.
2013-07-26 11:21:49 +02:00
Arnaud Joly
bc7571ca9f
FIX docstring
2013-07-26 11:00:23 +02:00
Arnaud Joly
2109b1be6d
ENH consistency mse=> mean_squared_error ari => adjusted_rand_score
2013-07-26 11:00:22 +02:00
Philippe Gervais
9ad4e8f52f
One more typo fixed
2013-07-26 10:40:17 +02:00
Philippe Gervais
d634db822a
[DOC] Corrected errors in clustering documentation
...
Some informations given in the narrative documentation about K-means
were wrong (stopping criteria, mainly).
Fixed some typos and spelling errors as well.
2013-07-26 10:30:58 +02:00
Lars Buitinck
11a0c28762
Merge branch 'pr/2246'
...
MAINT charset is deprecated in favor of encoding
2013-07-26 10:23:28 +02:00
Nelle Varoquaux
0498af7d31
DOC better deprecation warning messages.
...
The charset parameter has been replaced by encoding and the charset_error by
decode_error.
2013-07-26 10:14:45 +02:00
Alexandre Gramfort
4d3a7ffdb1
update what's new + classes.rst
2013-07-26 09:51:36 +02:00
Nelle Varoquaux
88fd230439
MAINT charset is deprecated in favor of encoding
...
closes #2107
2013-07-26 09:30:58 +02:00
Mathieu Blondel
0bbd57b322
Merge pull request #2229 from larsmans/kernel-center-narrative
...
[MRG] minimal kernel centering narrative docs
2013-07-25 17:18:28 -07:00
Kemal Eren
0442d00ee3
removed plot_ from newsgroups example file
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