Error metrics between saved and loaded GPRegression model is different. #958
Unanswered
Atulsingh92
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have created and saved the following two GPRegression models,
The above gives me following error metrics
Now, I try and load the above two files as mentioned here in a seperate code, where I have defined the same X, and y for both the models as I did to save them, and even with the same random state value as above. However, the same error metrics obtained in this case are as follows.
So, my question is, if I haven't changed neither of my X, nor y, for either of my 2 gpr models, shouldn't I be getting the same error metrics after reloading the saved model?
(Yes, the saved model, on reload, shows the same parameters for the GPRregression models with print(m_nu) statements, however, the objective in loaded models is different than in saved model.)
Any pointers, on what could I look into?
Beta Was this translation helpful? Give feedback.
All reactions