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] adapter to pyts KNeighborsClassifier #5939

Merged
merged 19 commits into from Feb 18, 2024
Merged

[ENH] adapter to pyts KNeighborsClassifier #5939

merged 19 commits into from Feb 18, 2024

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Feb 13, 2024

Adapter for pyts.classification.KNeighborsClassifier, using the generic adapter introduced in #5851.
Serves as a test case for classifiers, and possibly fixes #5914.

Depends on #5851 for the adapter.

@fkiraly fkiraly added module:classification classification module: time series classification enhancement Adding new functionality labels Feb 13, 2024
@fkiraly fkiraly merged commit b5027a4 into main Feb 18, 2024
51 checks passed
@fkiraly fkiraly deleted the pyts-knn branch February 18, 2024 17:10
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.

[BUG] KNeighborsTimeSeriesClassifier throw an OOM error when it should not
1 participant