tslearn icon indicating copy to clipboard operation
tslearn copied to clipboard

Implement TimeSeriesBisectingKMeans

Open adagrad opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. Classical hierarchical clustering approaches requiring a distance matrix are far too resource intense for a lot of samples. Thus scikit learn has introduced the BisectingKMeans. However, there I cant use the dtw distance metric

Describe the solution you'd like It would be really great to more or less copy the scikit implementation following the TimeSeriesKMeans API. PS If you are really nice you could add an easier way to access the hierarchy as scikit does.

adagrad avatar Aug 25 '22 14:08 adagrad

@adagrad i would like to work on BisectingKMeans algorithm implementation same as scikit learn has.

nilesh05apr avatar Aug 29 '22 00:08 nilesh05apr

@nilesh05apr great!

Feel free to open a PR and ask for help at any point!

rtavenar avatar Aug 29 '22 07:08 rtavenar