From cf6d8dbe026282ea5686765d4a0681cbb16dc0e6 Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Mon, 23 Dec 2019 17:15:26 +0100 Subject: [PATCH] DOC fix whats new ordering --- doc/whats_new/v0.22.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/whats_new/v0.22.rst b/doc/whats_new/v0.22.rst index e5cf5a29a8d52..370f02fda49f9 100644 --- a/doc/whats_new/v0.22.rst +++ b/doc/whats_new/v0.22.rst @@ -35,6 +35,10 @@ Changelog Follow-up of :pr:`15898` by :user:`Shivam Gargsya `. :pr:`15933` by :user:`Guillaume Lemaitre ` and `Olivier Grisel`_. +- |Fix| :func:`inspection.plot_partial_dependence` and + :meth:`inspection.PartialDependenceDisplay.plot` now consistently checks + the number of axes passed in. :pr:`15760` by `Thomas Fan`_. + :mod:`sklearn.metrics` ...................... @@ -56,13 +60,6 @@ Changelog - |Fix| :func:`utils.check_array` now correctly converts pandas DataFrame with boolean columns to floats. :pr:`15797` by `Thomas Fan`_. -:mod:`sklearn.inspection` -......................... - -- |Fix| :func:`inspection.plot_partial_dependence` and - :meth:`inspection.PartialDependenceDisplay.plot` now consistently checks - the number of axes passed in. :pr:`15760` by `Thomas Fan`_. - .. _changes_0_22: Version 0.22.0