We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfa74c commit 4f74d24Copy full SHA for 4f74d24
imblearn/over_sampling/adasyn.py
@@ -37,7 +37,7 @@ class ADASYN(BaseBinarySampler):
37
NOTE: `k` is deprecated from 0.2 and will be replaced in 0.4
38
Use ``n_neighbors`` instead.
39
40
- n_neighbours : int int or object, optional (default=5)
+ n_neighbors : int int or object, optional (default=5)
41
If int, number of nearest neighbours to used to construct
42
synthetic samples.
43
If object, an estimator that inherits from
0 commit comments