From 95b7df3468f3b59fc3e427b44084c9f7fcb07e12 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Wed, 12 Jun 2019 00:35:53 +0200 Subject: [PATCH] DOC fix smote reference --- doc/over_sampling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/over_sampling.rst b/doc/over_sampling.rst index 448f4a15a..2d78825cb 100644 --- a/doc/over_sampling.rst +++ b/doc/over_sampling.rst @@ -109,7 +109,7 @@ over-sampling methods. .. [CBHK2002] N. V. Chawla, K. W. Bowyer, L. O.Hall, W. P. Kegelmeyer, "SMOTE: synthetic minority over-sampling technique," Journal of - artificial intelligence research, 321-357, 2002. + artificial intelligence research, 16, 321-357, 2002. Ill-posed examples ------------------