Skip to content
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

[ENH] allow object dtype-s in pandas based Table mtype-s #5651

Merged
merged 1 commit into from Dec 25, 2023

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Dec 22, 2023

This PR relaxes the pandas based Table mtype-s to also allow object dtype-s.

The reason for this is to allow programmatic support of type checking of y in time series classification and regression, and since the current implicitly defined interface supported object (e.g., string) dtype-s for classification outputs.

Also required for the multioutput extension in #5408.

@fkiraly fkiraly added module:classification classification module: time series classification enhancement Adding new functionality labels Dec 22, 2023
fkiraly pushed a commit that referenced this pull request Dec 25, 2023
…essors, broadcasting and tag (#5408)

Related to #5182, #5286

Depends on #5651, which should bemerged first.

#### What does this implement/fix? Explain your changes.
<!--
A clear and concise description of what you have implemented.
-->
Adds broadcasting support to let classifiers and regressors handle
`multioutput` data.
@fkiraly fkiraly merged commit 533aac3 into main Dec 25, 2023
39 checks passed
@fkiraly fkiraly deleted the allow-object-table branch December 25, 2023 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding new functionality module:classification classification module: time series classification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant