Metadata-Version: 1.1
Name: yard
Version: 0.1
Summary: Yet another ROC curve drawer
Home-page: http://github.com/ntamas/yard
Author: Tamas Nepusz
Author-email: tamas@cs.rhul.ac.uk
License: MIT License
Description: YARD - Yet Another ROC Drawer
        =============================
        
        This is yet another Python package for drawing ROC curves. It also
        lets you draw precision-recall, accumulation and concentrated ROC
        (CROC) curves and calculate the AUC (area under curve) statistics.
        The significance of differences between AUC scores can also be
        tested using paired permutation tests.
        
        You may also be interested in CROC_, a similar package on the
        Python Package Index that implements ROC curves. ``yard`` was developed
        independently from CROC_, but several features of CROC have inspired
        similar ones in ``yard``.
        
        .. _CROC: http://pypi.python.org/pypi/CROC
        
Keywords: roc curve statistics mathematics machine learning auc
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Utilities
Provides: yard
