Hie, I have trained a GLM model with 3 output as target. Then I save the model info in terms of params and family with pickle. Now I load that model with different input dataset to predict its output but I am getting error as "Gaussian model is not callable". Please suggest me something to solve this issue. enter image description here
I am expecting some solution to this problem