Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion imblearn/over_sampling/adasyn.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ADASYN(BaseBinarySampler):
NOTE: `k` is deprecated from 0.2 and will be replaced in 0.4
Use ``n_neighbors`` instead.

n_neighbours : int int or object, optional (default=5)
n_neighbors : int int or object, optional (default=5)
If int, number of nearest neighbours to used to construct
synthetic samples.
If object, an estimator that inherits from
Expand Down