Noel Dawe
|
71ff28c87d
|
FIX: doctest and slightly larger displacement from zero probabilities (32 vs 64bit doctest instability)
|
2013-01-14 06:00:03 +01:00 |
Noel Dawe
|
81b84c1731
|
FIX: doctest
|
2013-01-14 05:17:59 +01:00 |
Gilles Louppe
|
9be24cb710
|
Merge branch 'master' of github.com:scikit-learn/scikit-learn into adaboost
Conflicts:
sklearn/metrics/metrics.py
|
2013-01-13 16:48:15 +01:00 |
Vlad Niculae
|
dbdc8d3847
|
DOC: more consistency in docstrings for unsup clustering metrics & missing link
|
2013-01-13 13:52:08 +01:00 |
Gilles Louppe
|
da5ee3fe56
|
DOC: narrative documentation
|
2013-01-13 13:17:36 +01:00 |
Vlad Niculae
|
ee5811b5dd
|
DOC: fixed latex and formatting in SVM docs
|
2013-01-11 21:04:37 +00:00 |
Vlad Niculae
|
94215eb4af
|
DOC: Fixed wrong link and formatting in decomposition docs
|
2013-01-11 20:00:46 +00:00 |
Gilles Louppe
|
8a27f1e495
|
Merge branch 'master' of github.com:scikit-learn/scikit-learn into adaboost
Conflicts:
sklearn/metrics/__init__.py
sklearn/metrics/tests/test_metrics.py
|
2013-01-11 10:26:34 +01:00 |
Peter Prettenhofer
|
0e5bb0c5d4
|
cosmit: rephrased doc
|
2013-01-10 17:47:17 +01:00 |
Arnaud Joly
|
f0bbfb32b9
|
FIX doctests dtype
|
2013-01-10 14:46:46 +01:00 |
Arnaud Joly
|
fa5d0641e8
|
FIX add doctest ellipsis
|
2013-01-10 14:46:46 +01:00 |
Arnaud Joly
|
d9a4cd6fa5
|
DOC COSMIT pretty math
|
2013-01-09 16:11:15 +01:00 |
Arnaud Joly
|
4aa46988e0
|
DOC better example with dummy estimator + link to appropriate reference
|
2013-01-09 15:48:49 +01:00 |
Arnaud Joly
|
e3506ae6a3
|
DOC typo + minor improvements
|
2013-01-09 15:48:48 +01:00 |
Arnaud Joly
|
2e911f0dc4
|
TST + DOC add many examples on sklearn.metrics
|
2013-01-09 15:48:48 +01:00 |
Arnaud Joly
|
4c49babe9f
|
DOC comment from @amueller + several minor improvements
|
2013-01-09 15:35:09 +01:00 |
Arnaud Joly
|
46094fa497
|
DOC typo and mistakes
|
2013-01-09 15:33:06 +01:00 |
Arnaud Joly
|
4db98e2db0
|
DOC add classification_report to the narrative doc
|
2013-01-09 15:31:57 +01:00 |
Arnaud Joly
|
6cf5ee0fbf
|
ENH rename zero_loss_score to accuracy_score
|
2013-01-09 15:31:57 +01:00 |
Arnaud Joly
|
e7b8f6e329
|
ENH renamed metrics.zero_one to metrics.zero_one_loss
|
2013-01-09 15:28:23 +01:00 |
Arnaud Joly
|
4d4a1e0bad
|
DOC add link to clustering metrics
|
2013-01-09 15:04:23 +01:00 |
Arnaud Joly
|
95fab3e4fa
|
DOC add reference to multioutput metrics in regression
|
2013-01-09 15:04:23 +01:00 |
Arnaud Joly
|
ada35327db
|
DOC add narrative doc for explained variance
|
2013-01-09 15:04:23 +01:00 |
Arnaud Joly
|
b105993a98
|
DOC add narrative doc on matthews_corrcoef
|
2013-01-09 15:04:23 +01:00 |
Arnaud Joly
|
23c1067297
|
DOC add narrative doc on auc and average precision
|
2013-01-09 15:04:23 +01:00 |
Arnaud Joly
|
879b8e1692
|
DOC add narrative doc on roc curve
|
2013-01-09 15:04:23 +01:00 |
Arnaud Joly
|
f30261ef32
|
DOC add narrative doc for precision, recall and fbeta measures
|
2013-01-09 15:04:23 +01:00 |
Arnaud Joly
|
be5037d4d8
|
DOC add narrative doc on zero_one_score
|
2013-01-09 15:02:39 +01:00 |
Arnaud Joly
|
21a19d5d97
|
DOC add narrative doc on zero_one loss metric
|
2013-01-09 15:02:39 +01:00 |
Arnaud Joly
|
754038e02d
|
DOC Set reference links in the doc
|
2013-01-09 15:02:39 +01:00 |
Arnaud Joly
|
96751e0b89
|
DOC add hinge loss narrative doc
|
2013-01-09 15:02:39 +01:00 |
Arnaud Joly
|
9e1fcd969e
|
DOC add narrative overall description of classification metrics
|
2013-01-09 15:02:39 +01:00 |
Vlad Niculae
|
00f5a02bdc
|
DOC: fix typo and formatting around MurmurHash3
|
2013-01-09 13:48:53 +00:00 |
Noel Dawe
|
e024e81124
|
Make BaseWeightBoosting abstract and other misc changes
|
2013-01-08 22:20:56 -08:00 |
Gilles Louppe
|
5b293bcb48
|
PEP8 and DOC
|
2013-01-08 22:20:56 -08:00 |
Gilles Louppe
|
bf14e98695
|
DOC: typo
|
2013-01-08 22:20:56 -08:00 |
Gilles Louppe
|
a5c71c63c4
|
DOC: cosmits
|
2013-01-08 22:20:56 -08:00 |
Gilles Louppe
|
0eec74e4e7
|
DOC + Better default parameter values
|
2013-01-08 22:20:56 -08:00 |
Gilles Louppe
|
5d29218e7e
|
DOC: narrative documentation
|
2013-01-08 22:20:56 -08:00 |
Gilles Louppe
|
e9dbfc4b41
|
DOC
|
2013-01-08 22:20:55 -08:00 |
Gilles Louppe
|
e5ce8f98b0
|
DOC: cosmits + narrative documentation (begin)
|
2013-01-08 22:20:55 -08:00 |
Gilles Louppe
|
b12be6b063
|
DOC: added references into classes.rst
|
2013-01-08 22:20:55 -08:00 |
Alexandre Gramfort
|
58b55ac05a
|
DOC: adding Bishop as ref for ARD
|
2013-01-07 11:37:44 +01:00 |
Andreas Mueller
|
0dd3e13771
|
FIX remaining doctests
|
2013-01-03 13:21:51 +01:00 |
Arnaud Joly
|
564194e87f
|
DOC typo
|
2013-01-02 21:14:44 +01:00 |
Arnaud Joly
|
9e15d2a23d
|
DOC cosmit alphabet order of classification metric in ref
|
2013-01-02 21:14:44 +01:00 |
Arnaud Joly
|
ecf7a75c73
|
ENH add mean absolute error
|
2013-01-02 21:14:44 +01:00 |
Arnaud Joly
|
635a93f7d4
|
DOC add narrative doc for regression metrics
|
2013-01-02 21:14:43 +01:00 |
Andreas Mueller
|
0ac4243c14
|
DOC add Nystroem kernel approximation to the references
|
2012-12-26 22:55:48 +01:00 |
bob
|
5b822a27c2
|
Couple of small changes from comments
|
2012-12-24 09:28:52 +01:00 |