From 7a6af662ec6eadff93ed9e20ce7993274111e54f Mon Sep 17 00:00:00 2001 From: Andreas Mueller <amueller@ais.uni-bonn.de> Date: Mon, 7 May 2012 18:27:49 +0200 Subject: [PATCH] COSMIT typo in whatsnew --- doc/whats_new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index da2651326c..546a995845 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -40,7 +40,7 @@ Highlights a :class:`sklearn.cross_validation.ShuffleSplit` with balanced splits, by `Yannick Schwartz`. - - :class:`sklean.neighbors.NearestCentroid` classifier added, along with a + - :class:`sklearn.neighbors.NearestCentroid` classifier added, along with a ``shrink_threshold`` parameter, which implements **shrunken centroid classification**, by `Robert Layton`_. -- GitLab