Hi, does the python API expose some kind of mapGroupsWithState operator which can be applied on a window to handle arbitrary state?
I would want to perform time-series anomaly detection using a streaming implementation of the matrix profile algorithm using https://github.com/TDAmeritrade/stumpy There would be multiple instances of matrix profile, one for each group. Best, Georg