Skip to content

Commit 143d5c6

Browse files
authored
Update README.md
1 parent 9bb8f5e commit 143d5c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ Usage
110110
Useful Tips
111111
---
112112
Chesklist before running experiments using LibAUC:
113-
- [x] Compute the **imbalance_ratio** from your train set and pass it to `AUCMLoss(imratio=xxx)`
114-
- [x] Choose a proper **initial learning rate** and use `optimizer.update_regularizer(decay_factor=10)` in stagewise
115-
- [x] Use activation function, e.g., `torch.sigmoid()`, before passing model outputs to loss function
116-
- [x] Reshape both variables **preds** and **targets** to `(N, 1)` before calling loss function
117-
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
116+
- [ ] Use activation function, e.g., `torch.sigmoid()`, before passing model outputs to loss function
117+
- [ ] Reshape both variables **preds** and **targets** to `(N, 1)` before calling loss function
118118

119119

120120
Citation

0 commit comments

Comments
 (0)