LibAUC
LibAUC copied to clipboard
LibAUC: A Deep Learning Library for X-Risk Optimization
I was wondering whether you could also commit the core library code to this repository? I just see examples and scripts, and no code for the actual library. Are there...
Hello, nice work! I was just wondering why you convert every label
Hello, thank you for the nice package. I have a question - is it possible to use partial AUC loss on a validation dataset? I saw that the indices of...
Hi, I noticed there is no documentation on the loss functions and what the inputs are etc. Is this available anywhere? Since the source code is not available it's difficult...
Hi, have you/do you plan to release any trained weights of models trained with your library on medical datasets?
Hello, I'm a student that studies medical AI. First, I truly appreciate to share your library. I want to use AUCM loss and PESG optimizers with variety optimizers and losses....
In my experiments, I use AUCMLoss implemented by LibAUC, while its performance seems not good. ``` [19:35:26] Epoch:001 Train AUC: 0.688; Validate AUC: 0.676; Test AUC: 0.685 Trainer.py:159 [19:35:28] Epoch:002...
refer to the issue https://github.com/Optimization-AI/LibAUC/issues/52
Add an option return_index in datasets/ImageFolder
The following code throws an ImportError with libauc==1.3.1. ```from libauc.metrics import auc_prc_score``` `ImportError: cannot import name 'ndcg_at_k' from partially initialized module 'libauc.metrics'` The same error is thrown when importing other...