Replies: 1 comment
-
Sorry for the slow reply @f-fuchs . This looks pretty good! A few comments
If you feel up to it, you should open a PR to add your BIC implementation to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I searched for an already existing implementation but could not find one. Therefore I tried implementing my own, but I am not sure if the implementation is correct, because I am having trouble identifying the number of parameters.
Below is my implementation. My problem has two dimensional input, and therefore it is possible to have a parameter with multiple dimension, for example multiple length scales. As a result I think just len(self.parameters()) would be incorrect. But any feedback would be appreciated.
I am also using the ExactGP class if that is relevant.
Beta Was this translation helpful? Give feedback.
All reactions