Skip to content

DOC Move allowing pandas nullable dtypes to 1.2.2 #25692

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 1 commit into from
Mar 6, 2023
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
3 changes: 3 additions & 0 deletions doc/whats_new/v1.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ Changelog
non-finite validation with the Array API specification. :pr:`25619` by
`Thomas Fan`_.

- |Fix| :func:`utils.multiclass.type_of_target` can identify pandas
nullable data types as classification targets. :pr:`25638` by `Thomas Fan`_.

.. _changes_1_2_1:

Version 1.2.1
Expand Down
3 changes: 0 additions & 3 deletions doc/whats_new/v1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,6 @@ Changelog
during `transform` with no prior call to `fit` or `fit_transform`.
:pr:`25190` by :user:`Vincent Maladière <Vincent-Maladiere>`.

- |Enhancement| :func:`utils.multiclass.type_of_target` can identify pandas
nullable data types as classification targets. :pr:`25638` by `Thomas Fan`_.

:mod:`sklearn.semi_supervised`
..............................

Expand Down