From 6b096cf2798b23c62242960b6290a9ecd378383b Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Wed, 14 Nov 2012 12:18:49 +0100 Subject: [PATCH] DOC added new precision_recall_curve to whatsnew --- doc/whats_new.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -------------------