Skip to content

Commit

Permalink
Rm typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phiyodr committed Dec 21, 2022
1 parent d1e0c40 commit 22803a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Multilabel Oversampling

**Many algorithms for imbalanced data support binary and multiclass classification only.**
**This approach is made for mulit-label classification (aka multi-target classification).**
**This approach is made for multi-label classification (aka multi-target classification).**



Expand All @@ -14,7 +14,7 @@
* If new std reduces, add sample to your dataset
* If not, draw another sample (to this up to `number_of_tries` times)
* A new df is returned.
* A result plot viszualize the target distribition before and after upsampling. Moreover the counts per index are shown.
* A result plot visualizes the target distribution before and after upsampling. Moreover the counts per index are shown.

## :arrow_right: Usage

Expand Down

0 comments on commit 22803a6

Please sign in to comment.