File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ All the following functions and classes are in the module :mod:`imblearn.utils`.
12
12
13
13
These utilities are meant to be used internally within the imbalanced-learn
14
14
package. They are not guaranteed to be stable between versions of
15
- imbalance -learn. Backports, in particular, will be removed as the
16
- imbalance -learn dependencies evolve.
15
+ imbalanced -learn. Backports, in particular, will be removed as the
16
+ imbalanced -learn dependencies evolve.
17
17
18
18
19
19
Validation Tools
@@ -97,7 +97,7 @@ same information as the deprecation warning as explained above. Use the
97
97
``k`` was renamed to ``n_clusters`` in version 0.13 and will be removed
98
98
in 0.15.
99
99
100
- On the top of all the functionality provided by scikit-learn. Imbalance -learn
100
+ On the top of all the functionality provided by scikit-learn. imbalanced -learn
101
101
provides :func: `deprecate_parameter `: which is used to deprecate a sampler's
102
102
parameter (attribute) by another one.
103
103
You can’t perform that action at this time.
0 commit comments