Skip to content

Commit

Permalink
Merge branch 'master' of github.com:analyticalmindsltd/smote_variants
Browse files Browse the repository at this point in the history
  • Loading branch information
György Kovács committed Oct 7, 2023
2 parents 29b9b22 + 047a059 commit fb9b61e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ Multiclass oversampling is highly ambiguous task, as balancing various classes m
dataset= datasets.load_wine()
oversampler= sv.MulticlassOversampling(oversampler='distance_SMOTE',
oversampler_params={})
oversampler= sv.MulticlassOversampling(oversampler='distance_SMOTE', oversampler_params={})
X_samp, y_samp= oversampler.sample(dataset['data'], dataset['target'])
Expand Down

0 comments on commit fb9b61e

Please sign in to comment.