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
Hello
As part of my scientific work at the institute, I need to implement a new heteroscedastic model from the article "Variational Heteroscedastic Gaussian Process Regression" in GPy. I would like to know if this is an actual topic and how interesting it will be for you. As far as I know, there was an attempt to add this model to your library, but it failed, because several errors were made. If you are still interested, then I can follow your instructions correctly to implement this model.
The text was updated successfully, but these errors were encountered:
It's great!
First of all, how much I understand the main error in this code (#307) was the use of its own kernel. Secondly, it was necessary to inherit from the GP class, but not from the Model.Also there were errors associated with the calculation of gradients. I do not quite understand how the optimization process works on parameters. There is very little in the documentation about this. Although this is probably the most basic problem when creating a model. Also, this code does not work on the latest version of the library, because many modules related to optimization parameters have been changed. I would really like to understand how this works.
Hello
As part of my scientific work at the institute, I need to implement a new heteroscedastic model from the article "Variational Heteroscedastic Gaussian Process Regression" in GPy. I would like to know if this is an actual topic and how interesting it will be for you. As far as I know, there was an attempt to add this model to your library, but it failed, because several errors were made. If you are still interested, then I can follow your instructions correctly to implement this model.
The text was updated successfully, but these errors were encountered: