File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,11 @@ Usage
110110Useful Tips
111111---
112112Chesklist 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
120120Citation
You can’t perform that action at this time.
0 commit comments