Install in development mode:
$ pip install -e .The -e option means "editable", so no need to reinstall package everytime the source code is modified.
Run a small test to compare results and performance between fastauc and scikit-learn
$ python test.py