We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c4196 commit 5730192Copy full SHA for 5730192
doc/whats_new/v0.0.4.rst
@@ -52,7 +52,7 @@ Enhancement
52
- Allow :class:`imblearn.under_sampling.RandomUnderSampler` and
53
:class:`imblearn.over_sampling.RandomOverSampler` to sample object array
54
containing strings.
55
- :issue:`448` by :user:`Guillaume Lemaitre <glemaitre>`.
+ :issue:`451` by :user:`Guillaume Lemaitre <glemaitre>`.
56
57
Bug fixes
58
.........
@@ -74,7 +74,7 @@ Bug fixes
74
75
- Fix bug which was not preserving the dtype of X and y when generating
76
samples.
77
+ :issue:`450` by :user:`Guillaume Lemaitre <glemaitre>`.
78
79
- Add the option to pass a ``Memory`` object to :func:`make_pipeline` like
80
in :class:`pipeline.Pipeline` class.
0 commit comments