File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ Maintenance
13
13
is activated and `joblib==0.11 `.
14
14
:pr: `687 ` by :user: `Christos Aridas <chkoar> `.
15
15
16
+ - Refactor common test to use the dev tools from `scikit-learn ` 0.23.
17
+ :pr: `710 ` by :user: `Guillaume Lemaitre <glemaitre> `.
18
+
19
+ - Remove `FutureWarning ` issued by `scikit-learn ` 0.23.
20
+ :pr: `710 ` by :user: `Guillaume Lemaitre <glemaitre> `.
21
+
16
22
Changed models
17
23
..............
18
24
@@ -27,6 +33,11 @@ Bug fixes
27
33
scikit-learn.
28
34
:pr: `711 ` by :user: `zerolfx <zerolfx> `.
29
35
36
+ - Fix a bug due to change in `scikit-learn ` 0.23 in
37
+ :class: `imblearn.metrics.make_index_balanced_accuracy `. The function was
38
+ unusable.
39
+ :pr: `710 ` by :user: `Guillaume Lemaitre <glemaitre> `.
40
+
30
41
Enhancements
31
42
............
32
43
@@ -38,6 +49,13 @@ Enhancements
38
49
with the same key than in `y ` without the need of encoding `y ` in advance.
39
50
:pr: `718 ` by :user: `Guillaume Lemaitre <glemaitre> `.
40
51
41
- - Lazy import `keras ` module when importing `imblearn.
52
+ - Lazy import `keras ` module when importing `imblearn.keras `
42
53
:pr: `719 ` by :user: `Guillaume Lemaitre <glemaitre> `.
43
54
55
+ Deprecation
56
+ ...........
57
+
58
+ - Deprecation of the parameters `n_jobs ` in
59
+ :class: `imblearn.under_sampling.ClusterCentroids ` since it was used by
60
+ :class: `sklearn.cluster.KMeans ` which deprecated it.
61
+ :pr: `710 ` by :user: `Guillaume Lemaitre <glemaitre> `.
You can’t perform that action at this time.
0 commit comments