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

[BUG] fix predict output conversion failure in BaseClassifier, BaseRegressor, if y_inner_mtype tag is a list #5680

Merged
merged 7 commits into from Jan 4, 2024

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Dec 31, 2023

This PR fixes an unreported bug where predict output conversion would fail in BaseClassifier, BaseRegressor, if y_inner_mtype tag is a list.

This bug causes the inocuous multiplexer to fail in #5678, and is hence indirectly tested in #5678.

@fkiraly fkiraly added module:classification classification module: time series classification bugfix Fixes a known bug or removes unintended behavior labels Dec 31, 2023
@fkiraly fkiraly merged commit 444e16b into main Jan 4, 2024
232 checks passed
@fkiraly fkiraly deleted the fix-multi-ymtype-classifier branch January 4, 2024 15:54
fkiraly added a commit that referenced this pull request Jan 5, 2024
This PR adds a multiplexer classifier, similar to the
`MultiplexForecaster`. It enables autoML in combination with classifier
grid search or other tuning.

Depends on bugfix #5680 which
should be merged first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes a known bug or removes unintended behavior module:classification classification module: time series classification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant