tslearn icon indicating copy to clipboard operation
tslearn copied to clipboard

GP module

Open choltz95 opened this issue 5 years ago • 2 comments

Support for gaussian process may be a great addition to this library e.g. normalizing sparse/irregular time series, uncertainty estimation, etc..

Regression/classification can probably be easily done similarly to the svm/svc module using sklearn, but here is an example of a more sophisticated gp library for inspiration: https://github.com/cornellius-gp/gpytorch

choltz95 avatar Sep 27 '19 16:09 choltz95

Hi @choltz95

100% agree.

I also think that more traditional stat models, like linear auto regressive and co would be great to have in future tslearn releases.

rtavenar avatar Sep 28 '19 07:09 rtavenar

Not going to make a new issue, but it's seems natural if GPs are included in the library to maybe also have some api for HMMs.

choltz95 avatar Jan 03 '20 18:01 choltz95