diff --git a/doc/whats_new/v0.11.rst b/doc/whats_new/v0.11.rst index 852620a86..8acb24ab7 100644 --- a/doc/whats_new/v0.11.rst +++ b/doc/whats_new/v0.11.rst @@ -67,10 +67,7 @@ Enhancements - :class:`~imblearn.over_sampling.SMOTENC` now support passing array-like of `str` when passing the `categorical_features` parameter. :pr:`1008` by :user`Guillaume Lemaitre `. -<<<<<<< HEAD - :class:`~imblearn.over_sampling.SMOTENC` now support automatic categorical inference when `categorical_features` is set to `"auto"`. :pr:`1009` by :user`Guillaume Lemaitre `. -======= ->>>>>>> origin/master