From b680a1acfd538a3c45ecf8b447c1f94730673f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Wed, 15 Jan 2025 19:14:34 +0100 Subject: [PATCH] MNT Tweak towncrier fragments to follow guideline (#30651) --- doc/whats_new/upcoming_changes/array-api/29978.feature.rst | 2 +- .../upcoming_changes/sklearn.linear_model/30521.fix.rst | 4 ++-- .../upcoming_changes/sklearn.pipeline/30406.enhancement.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/whats_new/upcoming_changes/array-api/29978.feature.rst b/doc/whats_new/upcoming_changes/array-api/29978.feature.rst index 5c7bc3c61111d..16cbd174a3dfa 100644 --- a/doc/whats_new/upcoming_changes/array-api/29978.feature.rst +++ b/doc/whats_new/upcoming_changes/array-api/29978.feature.rst @@ -1,3 +1,3 @@ - :func:`sklearn.metrics.explained_variance_score` and :func:`sklearn.metrics.mean_pinball_loss` now support Array API compatible inputs. - by :user:`Virgil Chan ` \ No newline at end of file + By :user:`Virgil Chan ` diff --git a/doc/whats_new/upcoming_changes/sklearn.linear_model/30521.fix.rst b/doc/whats_new/upcoming_changes/sklearn.linear_model/30521.fix.rst index 537c3760b16df..740b7f67e249c 100644 --- a/doc/whats_new/upcoming_changes/sklearn.linear_model/30521.fix.rst +++ b/doc/whats_new/upcoming_changes/sklearn.linear_model/30521.fix.rst @@ -1,4 +1,4 @@ - |Enhancement| Added a new paramenter `tol` to :class:`linear_model.LinearRegression` that determines the precision of the - solution `coef_` when fitting on sparse data. :pr:`30521` by :user:`Success Moses - `. + solution `coef_` when fitting on sparse data. + By :user:`Success Moses ` diff --git a/doc/whats_new/upcoming_changes/sklearn.pipeline/30406.enhancement.rst b/doc/whats_new/upcoming_changes/sklearn.pipeline/30406.enhancement.rst index a1b6ac60078eb..8e2a5f6242392 100644 --- a/doc/whats_new/upcoming_changes/sklearn.pipeline/30406.enhancement.rst +++ b/doc/whats_new/upcoming_changes/sklearn.pipeline/30406.enhancement.rst @@ -1,4 +1,4 @@ - Expose the ``verbose_feature_names_out`` argument in the :func:`pipeline.make_union` function, allowing users to control feature name uniqueness in the :class:`pipeline.FeatureUnion`. - By :user:`Abhijeetsingh Meena `. + By :user:`Abhijeetsingh Meena `