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
@dswah Thanks for creating this great package. I've been learning GAM and this package for the last few weeks, and I am at a stage pretty comfortable on the math/implementation behind it. One question I have is how do I save the model and reuse it for prediction? And as I am working in finance industry, most of the people are using excel. Is there away I can call the model from my excel, within the excel I would have a bunch of X that needs to get the prediction from the model?
Thanks in advance for the help.
The text was updated successfully, but these errors were encountered:
@dswah Many thanks for this great work!
I am quite interested in the same possibility: I need to re-use a trained model (classification problem) in a different environment (JavaScript);
How can I use the coefficients of trained smoothing functions for making the predictions?
I see that predict function outputs the _linear_predictor result which returns modelmat.dot(b), where can I get modelmat and b?
@dswah Thanks for creating this great package. I've been learning GAM and this package for the last few weeks, and I am at a stage pretty comfortable on the math/implementation behind it. One question I have is how do I save the model and reuse it for prediction? And as I am working in finance industry, most of the people are using excel. Is there away I can call the model from my excel, within the excel I would have a bunch of X that needs to get the prediction from the model?
Thanks in advance for the help.
The text was updated successfully, but these errors were encountered: