Skip to content

roc_curve: remove nullable type handling when possible #4021

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

Closed
tamargrey opened this issue Feb 17, 2023 · 1 comment · Fixed by #4072
Closed

roc_curve: remove nullable type handling when possible #4021

tamargrey opened this issue Feb 17, 2023 · 1 comment · Fixed by #4072
Assignees

Comments

@tamargrey
Copy link
Contributor

There are two ways we could avoid having to explicitly set the numpy dtypes of nullable data after a Series.to_numpy call.

If either of the above are completed and released, we can upgrade to that version and make any needed changes to remove nullable type handling from #4019.

@tamargrey
Copy link
Contributor Author

The related sklearn issues has been fixed, so whenever that work is released and we upgrade to that sklearn version, we should be able to complete this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant