Problem with GLM regressor in reusing it for different input data

17 Views Asked by At

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

0

There are 0 best solutions below