Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GP module #151

Open
choltz95 opened this issue Sep 27, 2019 · 2 comments · May be fixed by #241
Open

GP module #151

choltz95 opened this issue Sep 27, 2019 · 2 comments · May be fixed by #241

Comments

@choltz95
Copy link
Contributor

choltz95 commented Sep 27, 2019

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

@rtavenar
Copy link
Member

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.

@choltz95
Copy link
Contributor Author

choltz95 commented Jan 3, 2020

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.

@rtavenar rtavenar linked a pull request May 23, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants