From 53fed20943829393d2159d0e8a59b0b6b7458bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20du=20Boisberranger?= Date: Tue, 7 May 2024 11:33:25 +0200 Subject: [PATCH] doc change of estimator check function --- doc/whats_new/v1.5.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/whats_new/v1.5.rst b/doc/whats_new/v1.5.rst index ede5d5dcbf1ec..e50309a330e39 100644 --- a/doc/whats_new/v1.5.rst +++ b/doc/whats_new/v1.5.rst @@ -527,6 +527,11 @@ Changelog `axis=0` and supports indexing polars Series. :pr:`28521` by :user:`Yao Xiao `. +- |API| :func:`utils.estimator_checks.check_estimator_sparse_data` was split into two + functions: :func:`utils.estimator_checks.check_estimator_sparse_matrix` and + :func:`utils.estimator_checks.check_estimator_sparse_array`. + :pr:`27576` by :user:`Stefanie Senger `. + .. rubric:: Code and documentation contributors Thanks to everyone who has contributed to the maintenance and improvement of