tslearn-team/tslearn

Clustering time series by frequency

medTL opened this issue · 1 comments

medTL commented

How I can cluster data based on date frequency (weekly, monthly, or yearly), for example, I have a list of bills, their amount, and the date to be paid, how to group them by bills that are paid weekly, monthly, or yearly

Looks like this can be solved with some data wrangling in pandas... Do you have an example of data?