diff --git a/doc/whats_new.rst b/doc/whats_new.rst index e93c566f55be9..c0cf536295dbf 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -58,6 +58,8 @@ Changelog - New estimator :class:`preprocessing.OneHotEncoder` to compute binary encodings of categorical features by `Andreas Müller`_. + - Faster implementation of :func:`metrics.precision_recall_curve` by Conrad Lee. + API changes summary -------------------