From e75dbc98aca62ccb80a372054826e8c02eb6a322 Mon Sep 17 00:00:00 2001 From: Gael Varoquaux <gael.varoquaux@normalesup.org> Date: Sun, 6 May 2012 20:04:34 +0200 Subject: [PATCH] DOC: wording of whats_new --- doc/whats_new.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 13b425ab07..2cec50a226 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -8,7 +8,7 @@ Changelog --------- -New features +Highlights ............. - Gradient boosted regression trees (:ref:`gradient_boosting`) @@ -44,8 +44,8 @@ New features ``shrink_threshold`` parameter, which implements **shrunken centroid classification**, by `Robert Layton`_. -Improvements and refactorings -.............................. +Other changes +.............. - Merged dense and sparse implementations of :ref:`sgd` module and exposed utility extension types for sequential -- GitLab