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