Is it possible to add multiple covariance types? #47
Replies: 3 comments 2 replies
-
Hi and thanks. You can always use sklearn for training and then pass the covariances to gmr like in this example: https://github.com/AlexanderFabisch/gmr/blob/master/examples/plot_iris_from_sklearn.py Would that work for you? I don't plan to copy the feature to gmr. |
Beta Was this translation helpful? Give feedback.
-
I got it, thanks, but whether the GMR can be used for prediction with the same input and output, such as time series anomaly detection tasks, add some noise to the input, and fix it through GMR, if it is normal data, it can be reconstructed well, and the prediction errors will be very large if it is abnormal |
Beta Was this translation helpful? Give feedback.
-
This could be possible. Pass the noisy data as |
Beta Was this translation helpful? Give feedback.
-
Thank you for your excellent work,I want to know if there is a more flexible GMR, similar to sklearn, which can limit the covariance type to ‘shared’, ‘spherical’ or ‘diag'. Sometimes we don’t need a 'full' type of covariance matrix. I look forward to your reply.
Beta Was this translation helpful? Give feedback.
All reactions