scikit-learn/sklearn/metrics
terrycojones 4893ce0537 Added missing space to exception message. Simplified (trivially) code and corrected message. Updated tests. 2015-02-28 19:52:40 +00:00
..
cluster Added missing space to exception message. Simplified (trivially) code and corrected message. Updated tests. 2015-02-28 19:52:40 +00:00
tests TST Adding brier_score_loss to test_common.py 2015-02-20 19:45:21 +01:00
__init__.py ENH Brier-score loss metric for classifiers 2015-02-20 19:37:11 +01:00
base.py FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
classification.py ENH Brier-score loss metric for classifiers 2015-02-20 19:37:11 +01:00
metrics.py MAINT remove deprecated auc_score function 2014-12-22 16:48:29 +01:00
pairwise.py Merge pull request #4085 from jnothman/pairwise_parallel 2015-01-17 22:44:52 +11:00
pairwise_fast.c ENH pairwise L1 distances for sparse matrices 2014-03-24 10:38:01 +01:00
pairwise_fast.pyx ENH pairwise L1 distances for sparse matrices 2014-03-24 10:38:01 +01:00
ranking.py TYPO in coverage_area docstring. 2015-01-15 12:15:19 -05:00
regression.py MAINT remove multi-output support from meadian absolute error 2014-11-20 16:10:33 +01:00
scorer.py FIX Remove unused score_overrides_loss param from check_scoring 2015-01-16 11:54:14 -05:00
setup.py ENH pairwise L1 distances for sparse matrices 2014-03-24 10:38:01 +01:00