Skip to content

Commit 4f74d24

Browse files
authored
Changed n_neighbours to n_neighbors
Changed n_neighbours to n_neighbors in Parameters description
1 parent cbfa74c commit 4f74d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/over_sampling/adasyn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ADASYN(BaseBinarySampler):
3737
NOTE: `k` is deprecated from 0.2 and will be replaced in 0.4
3838
Use ``n_neighbors`` instead.
3939
40-
n_neighbours : int int or object, optional (default=5)
40+
n_neighbors : int int or object, optional (default=5)
4141
If int, number of nearest neighbours to used to construct
4242
synthetic samples.
4343
If object, an estimator that inherits from

0 commit comments

Comments
 (0)