Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-wozny committed Apr 27, 2023
1 parent e5b8710 commit 5da701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_imbalance/resampling/gmm_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class GMMSampler(BaseSampler):
Examples
--------
>>> import numpy as np
>>> from algorithms.gmm_sampler import GMMSampler
>>> from multi_imbalance.resampling.gmm_sampler import GMMSampler
>>> from sklearn.datasets import make_blobs
>>> from collections import Counter
>>> blobs = [800, 100]
Expand Down

0 comments on commit 5da701e

Please sign in to comment.