RemyLau / fastauc

A fast implementation of auroc computation
MIT License
0 stars 0 forks source link

fastauc

Installation

Install in development mode:

$ pip install -e .

The -e option means "editable", so no need to reinstall package everytime the source code is modified.

Testing

Run a small test to compare results and performance between fastauc and scikit-learn

$ python test.py