Skip to content

Commit

Permalink
MNT Tweak towncrier fragments to follow guideline (scikit-learn#30651)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve authored Jan 15, 2025
1 parent 10253eb commit b680a1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/whats_new/upcoming_changes/array-api/29978.feature.rst
Original file line number Diff line number Diff line change
@@ -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 <virchan>`
By :user:`Virgil Chan <virchan>`
Original file line number Diff line number Diff line change
@@ -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
<SuccessMoses>`.
solution `coef_` when fitting on sparse data.
By :user:`Success Moses <SuccessMoses>`
Original file line number Diff line number Diff line change
@@ -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 <Ethan0456>`.
By :user:`Abhijeetsingh Meena <Ethan0456>`

0 comments on commit b680a1a

Please sign in to comment.