Skip to content

Correct project's name #336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2017
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
6 changes: 3 additions & 3 deletions doc/developers_utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down