From 53454559901f7c28bc111fd84e66c08fe333a7c2 Mon Sep 17 00:00:00 2001 From: ichkoar Date: Mon, 28 Aug 2017 16:35:18 +0300 Subject: [PATCH] Correct project's name --- doc/developers_utils.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/developers_utils.rst b/doc/developers_utils.rst index ed4f34767..04d6fbe55 100644 --- a/doc/developers_utils.rst +++ b/doc/developers_utils.rst @@ -12,8 +12,8 @@ All the following functions and classes are in the module :mod:`imblearn.utils`. These utilities are meant to be used internally within the imbalanced-learn package. They are not guaranteed to be stable between versions of - imbalance-learn. Backports, in particular, will be removed as the - imbalance-learn dependencies evolve. + imbalanced-learn. Backports, in particular, will be removed as the + imbalanced-learn dependencies evolve. Validation Tools @@ -97,7 +97,7 @@ same information as the deprecation warning as explained above. Use the ``k`` was renamed to ``n_clusters`` in version 0.13 and will be removed in 0.15. -On the top of all the functionality provided by scikit-learn. Imbalance-learn +On the top of all the functionality provided by scikit-learn. imbalanced-learn provides :func:`deprecate_parameter`: which is used to deprecate a sampler's parameter (attribute) by another one.