File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,17 @@ Usage
9696 optimizer.step()
9797
9898```
99+ Please visit our [ website] ( https://libauc.org/ ) or [ github] ( https://github.com/Optimization-AI/LibAUC ) for more examples.
99100
100101
102+ Tips
103+ ---
104+ Please check the following list before running experiments:
105+ - Compute the ` imbalance_ratio ` from your train set and pass it to ` AUCMLoss(imratio=xxx) `
106+ - Choose the proper ` initial learning rate ` and use ` optimizer.update_regularizer(decay_factor=10) ` to decay learning rate
107+ - Use activation function e.g., ` torch.sigmoid() ` before passing model outputs to loss function
108+ - Reshape both ` preds ` and ` targets ` to ` (N, 1) ` before constructing loss
101109
102- Please visit our [ website] ( https://libauc.org/ ) or [ github] ( https://github.com/Optimization-AI/LibAUC ) for more examples.
103110
104111Citation
105112---------
You can’t perform that action at this time.
0 commit comments