diff --git a/doc/whats_new.rst b/doc/whats_new.rst index da2651326c6ceb5829949e752891e311e63c7a87..546a9958454bc1a3f41a7b91a77521e094091146 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`_.