Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Class balancing/resampling #39

Open
nshaud opened this issue Dec 7, 2020 · 0 comments
Open

Class balancing/resampling #39

nshaud opened this issue Dec 7, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@nshaud
Copy link
Owner

nshaud commented Dec 7, 2020

Current approach to class balancing is to use inverse median frequency loss reweighting.

Other options could be:

Resampling

Resample the dataset (e.g. upsample minority classes or downsamples majority classes)

  • Static resampling before constructing the train Dataset
  • Dynamic resampling in the DataLoader

Loss balancing

  • IMF, this is what we do.
  • IF, ignore the median cost.
  • others?
@nshaud nshaud added the enhancement New feature or request label Dec 7, 2020
@nshaud nshaud added this to the 0.1.0 milestone Dec 7, 2020
@nshaud nshaud self-assigned this Dec 7, 2020
@nshaud nshaud mentioned this issue Dec 7, 2020
23 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant