Installation

To install LibAUC and its dependencies, please follow the instructions below.

  1. Install the required packages:

    $ pip install Pillow pandas opencv-python torch torchvision tqdm scikit-learn scipy
    
  2. Install LibAUC:

    $ pip install -U libauc
    
  3. Checking Version:

    $ python -c "import libauc; print(libauc.__version__)"
    >>> 1.3.0