We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4afb7 commit f07ebd1Copy full SHA for f07ebd1
README.md
@@ -109,7 +109,7 @@ Usage
109
110
Useful Tips
111
---
112
-Chesklist before running experiments using LibAUC:
+Checklist before Running Experiments:
113
- [ ] Your data should have binary labels **0,1** and **1** is the **minority class** and **0** is the **majority class**
114
- [ ] Compute the **imbalance_ratio** from your train set and pass it to `AUCMLoss(imratio=xxx)`
115
- [ ] Choose a proper **initial learning rate** and use `optimizer.update_regularizer(decay_factor=10)` in stagewise
0 commit comments