[Feature request] approximate prediction using lookup table for gam and other models not returning explicit rules.
Closed this issue · 2 comments
Accommodation for models that do not produce explicit rules intercepts and slopes like for mcgv::gam models by using a lookup table to generate approximate prediction. Example: https://stat.ethz.ch/R-manual/R-devel/library/mgcv/html/predict.gam.html and https://stats.stackexchange.com/questions/406566/using-gam-outside-statistical-modelling-software-in-datatabase-outside-r
That is difficult from a technical point of view since the analytic equations for splines would need to be embedded in the equation. I've love to have it but it is not on the the current roadmap.
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.