You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: