Skip to content

Commit

Permalink
[ENH] allow object dtype-s in pandas based Table mtype-s (#5651)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fkiraly committed Dec 25, 2023
1 parent b595959 commit 533aac3
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 533aac3

Please sign in to comment.