Skip to content

[ENH] Implement K-Shape clusterer #2661

Open
@MatthewMiddlehurst

Description

@MatthewMiddlehurst

Describe the feature or idea you want to propose

We have a wrapper for K-Shape, but no internal implementation. It may be good to have one and possibly deprecate the wrapper if results match. This should be original, not a copy/paste of the wrapper.

https://dl.acm.org/doi/abs/10.1145/2723372.2737793?casa_token=z9DS09mWDPoAAAAA:01XNIoB-lN0MfyDgh4ox3nBBhkfKyCOTFWcum5hxHsOwrsB-qlYyj8XcObSv-qYQR9QGhg3esMNg-w

Describe your proposed solution

Implement the K-Shape algorithm. It will be on the contributor to evaluate the accuracy of their implementation to published code and results. Efficiency is also a concern here, ideally we would be faster than the wrapper.

Describe alternatives you've considered, if relevant

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

clusteringClustering packageenhancementNew feature, improvement request or other non-bug code enhancementimplementing algorithmsImplementing new algorithms/estimators

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions