8000 MAINT Tweak a few changelog entries by lesteve · Pull Request #30102 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

MAINT Tweak a few changelog entries #30102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/whats_new/upcoming_changes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ folder with the following content::
now supports missing values in the data matrix `X`. Missing-values are
handled by randomly moving all of the samples to the left, or right child
node as the tree is traversed.
By :user:`Adam Li <adam2392>`.
By :user:`Adam Li <adam2392>`
```

If you are unsure how to name the news fragment or which folder to use, don't
Expand Down
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/27736.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.mean_absolute_error` by :user:`Edoardo Abati <EdAbati>`
- :func:`sklearn.metrics.mean_absolute_error` now supports Array API compatible
inputs.
By :user:`Edoardo Abati <EdAbati>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/28106.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.mean_tweedie_deviance` by :user:`Thomas Li <lithomas1>`
- :func:`sklearn.metrics.mean_tweedie_deviance` now supports Array API
compatible inputs.
By :user:`Thomas Li <lithomas1>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29014.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.pairwise.cosine_similarity` by :user:`Edoardo Abati <EdAbati>`
- :func:`sklearn.metrics.pairwise.cosine_similarity` now supports Array API
compatible inputs.
By :user:`Edoardo Abati <EdAbati>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29112.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.pairwise.paired_cosine_distances` by :user:`Edoardo Abati <EdAbati>`
- :func:`sklearn.metrics.pairwise.paired_cosine_distances` now supports Array
API compatible inputs.
By :user:`Edoardo Abati <EdAbati>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29141.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.cluster.entropy` by :user:`Yaroslav Korobko <Tialo>`
- :func:`sklearn.metrics.cluster.entropy` now supports Array API compatible
inputs.
By :user:`Yaroslav Korobko <Tialo>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29142.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.mean_squared_error` by :user:`Yaroslav Korobko <Tialo>`
- :func:`sklearn.metrics.mean_squared_error` now supports Array API compatible
inputs.
By :user:`Yaroslav Korobko <Tialo>`
2 changes: 0 additions & 2 deletions doc/whats_new/upcoming_changes/array-api/29143.feature.rst

This file was deleted.

5 changes: 3 additions & 2 deletions doc/whats_new/upcoming_changes/array-api/29144.feature.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- :func:`sklearn.metrics.pairwise.additive_chi2_kernel` by
:user:`Yaroslav Korobko <Tialo>`
- :func:`sklearn.metrics.pairwise.additive_chi2_kernel` now supports Array API
compatible inputs.
By :user:`Yaroslav Korobko <Tialo>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29207.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.d2_tweedie_score` by :user:`Emily Chen <EmilyXinyi>`
- :func:`sklearn.metrics.d2_tweedie_score` now supports Array API compatible
inputs.
By :user:`Emily Chen <EmilyXinyi>`
3 changes: 2 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29212.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- :func:`sklearn.metrics.max_error` by :user:`Edoardo Abati <EdAbati>`
- :func:`sklearn.metrics.max_error` now supports Array API compatible inputs.
By :user:`Edoardo Abati <EdAbati>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29227.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.mean_poisson_deviance` by :user:`Emily Chen <EmilyXinyi>`
- :func:`sklearn.metrics.mean_poisson_deviance` now supports Array API
compatible inputs.
By :user:`Emily Chen <EmilyXinyi>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29239.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.mean_gamma_deviance` by :user:`Emily Chen <EmilyXinyi>`
- :func:`sklearn.metrics.mean_gamma_deviance` now supports Array API compatible
inputs.
By :user:`Emily Chen <EmilyXinyi>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29265.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.pairwise.cosine_distances` by :user:`Emily Chen <EmilyXinyi>`
- :func:`sklearn.metrics.pairwise.cosine_distances` now supports Array API
compatible inputs.
By :user:`Emily Chen <EmilyXinyi>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29267.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.pairwise.chi2_kernel` by :user:`Yaroslav Korobko <Tialo>`
- :func:`sklearn.metrics.pairwise.chi2_kernel` now supports Array API
compatible inputs.
By :user:`Yaroslav Korobko <Tialo>`
5 changes: 3 additions & 2 deletions doc/whats_new/upcoming_changes/array-api/29300.feature.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- :func:`sklearn.metrics.mean_absolute_percentage_error` by
:user:`Emily Chen <EmilyXinyi>`
- :func:`sklearn.metrics.mean_absolute_percentage_error` now supports Array API
compatible inputs.
By :user:`Emily Chen <EmilyXinyi>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29389.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
- :func:`sklearn.metrics.pairwise.paired_euclidean_distances` by :user:`Emily Chen <EmilyXinyi>`
- :func:`sklearn.metrics.pairwise.paired_euclidean_distances` now supports
Array API compatible inputs.
By :user:`Emily Chen <EmilyXinyi>`
4 changes: 3 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29433.feature.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- :func:`sklearn.metrics.pairwise.euclidean_distances` and
:func:`sklearn.metrics.pairwise.rbf_kernel` by :user:`Omar Salman <OmarManzoor>`
:func:`sklearn.metrics.pairwise.rbf_kernel` now supports Array API compatible
inputs.
By :user:`Omar Salman <OmarManzoor>`
5 changes: 3 additions & 2 deletions doc/whats_new/upcoming_changes/array-api/29475.feature.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- :func:`sklearn.metrics.pairwise.linear_kernel`,
:func:`sklearn.metrics.pairwise.sigmoid_kernel`, and
:func:`sklearn.metrics.pairwise.polynomial_kernel` by
:user:`Omar Salman <OmarManzoor>`
:func:`sklearn.metrics.pairwise.polynomial_kernel` now supports Array API
compatible inputs.
By :user:`Omar Salman <OmarManzoor>`
3 changes: 2 additions & 1 deletion doc/whats_new/upcoming_changes/array-api/29709.feature.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- :func:`sklearn.metrics.mean_squared_log_error` and
:func:`sklearn.metrics.root_mean_squared_log_error`
by :user:`Virgil Chan <virchan>`
now supports Array API compatible inputs.
By :user:`Virgil Chan <virchan>`
5 changes: 3 additions & 2 deletions doc/whats_new/upcoming_changes/array-api/29751.feature.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- :class:`preprocessing.MinMaxScaler` with `clip=True`.
By :user:`Shreekant Nandiyawar <Shree7676>`
- :class:`preprocessing.MinMaxScaler` with `clip=True` now supports Array API
compatible inputs.
By :user:`Shreekant Nandiyawar <Shree7676>`
Loading
0