Skip to content

Commit 7a30153

Browse files
authored
Update README.md
1 parent 7a7d165 commit 7a30153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
| [**Research**](https://libauc.org/publications/)
2323
| [**Github**](https://github.com/Optimization-AI/LibAUC/)
2424

25-
**LibAUC** aims to provide efficient solutions for optimizing AUC scores (auroc, auprc).
25+
**LibAUC** aims to provide efficient solutions for optimizing AUC scores (auroc, auprc). We will continuously update our library by fixing bugs and adding new materials. If you use or like our library, please click the **star** and **fork** buttons so that you will get updates automatically. Thank you!
26+
2627

2728

2829
Why LibAUC?
2930
---
3031
*Deep AUC Maximization (DAM)* is a paradigm for learning a deep neural network by maximizing the AUC score of the model on a dataset. In practice, many real-world datasets are usually imbalanced and AUC score is a better metric for evaluating and comparing different methods. Directly maximizing AUC score can potentially lead to the largest improvement in the model’s performance since maximizing AUC aims to rank the prediction score of any positive data higher than any negative data. Our library can be used in many applications, such as medical image classification and drug discovery.
3132

3233

33-
3434
Key Features
3535
---
3636
- **[Easy Installation](https://github.com/Optimization-AI/LibAUC#key-features)** - Integrate *AUROC*, *AUPRC* training code with your existing pipeline in just a few steps

0 commit comments

Comments
 (0)