Skip to content

Commit 444788a

Browse files
authored
Add link to the repository of the paper "The Effects of Ensembling on Long-Tailed Data" (#16)
Add link to the repository of the paper "The Effects of Ensembling on Long-Tailed Data" presented at NeurIPS 2023 Workshop Heavy Tails in Machine Learning. Paper link: https://openreview.net/pdf?id=l4GYs60kre
1 parent f53dec6 commit 444788a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,14 @@
211211
- EasyEnsemble [[**Code**](https://github.com/ZhiningLiu1998/imbalanced-ensemble/blob/main/imbalanced_ensemble/ensemble/under_sampling/easy_ensemble.py)]
212212
- BalanceCascade [[**Code**](https://github.com/ZhiningLiu1998/imbalanced-ensemble/blob/main/imbalanced_ensemble/ensemble/under_sampling/balance_cascade.py)]
213213

214+
- **The Effects of Ensembling on Long-Tailed Data (Neurips 2023 Heavy Tails Workshop) [[**Paper**](https://openreview.net/pdf?id=l4GYs60kre)]**
215+
216+
> **NOTE:**
217+
> Adding more (>10) ensemble members continues to improve performance on imbalanced datasets.
218+
> There are differences between logit and probability ensembling on imbalanced datasets depending on the ensemble diversity and dependency.
219+
220+
- Logit vs. Probability Ensembles [[**Code**](https://github.com/ekellbuch/longtail_ensembles)]
221+
214222
#### 2.2.2 *Boosting-based*
215223

216224
<!-- - **Boosting-based** -->

0 commit comments

Comments
 (0)