Installation
To install LibAUC and its dependencies, please follow the instructions below.
Install the required packages:
$ pip install Pillow pandas opencv-python torch torchvision tqdm scikit-learn scipy
Install LibAUC:
$ pip install -U libauc
Checking Version:
$ python -c "import libauc; print(libauc.__version__)" >>> 1.3.0