From c61ecac0617d2207ddaa93a804112776b7173288 Mon Sep 17 00:00:00 2001 From: Olivier Grisel <olivier.grisel@ensta.org> Date: Mon, 19 Sep 2011 15:56:37 +0300 Subject: [PATCH] LassoLarsIC/CV and metrics.roc_curve in whats_new --- doc/whats_new.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 845b324014..0370bc90a8 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -94,6 +94,11 @@ Changelog - Added 2D-patch extractor utilites in the :ref:`feature_extraction` module by `Vlad Niculae`_ + - Implementation of :class:`linear_model.least_angle.LassoLarsCV` and + :class:`linear_model.least_angle.LassoLarsIC` by `Gael Varoquaux`_ and `Alexandre Gramfort`_ + + - Scalability improvements to :func:`metrics.metrics.roc_curve` by Olivier Hervieu + API changes summary ------------------- -- GitLab