Skip to content

Commit

Permalink
Merge pull request #59 from JuliaAI/Add-RandomWalk-Borderline1
Browse files Browse the repository at this point in the history
Add random walk and borderline SMOTE1 oversampling
  • Loading branch information
EssamWisam authored Sep 28, 2023
2 parents 8f833b6 + fd8f2a7 commit 1a0a395
Show file tree
Hide file tree
Showing 20 changed files with 6,624 additions and 34 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ Pkg.add("Imbalance")
The package implements the following resampling algorithms

- Random Oversampling
- Random Walk Oversampling (RWO)
- Random Oversampling Examples (ROSE)
- Synthetic Minority Oversampling Technique (SMOTE)
- Borderline SMOTE1
- SMOTE-Nominal (SMOTE-N)
- SMOTE-Nominal Categorical (SMOTE-NC)
- Random Undersampling
Expand Down
Loading

0 comments on commit 1a0a395

Please sign in to comment.