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
I'm using parglm on a >40M dataset using 10 cores. It trains perfectly but when using it to predict on a nwe dataset and type = 'response', I get the following error: Caused by error in qr.R():! argument is not a QR decomposition
I understand this is because the parglm package stores the model components differently than standard glm. Is there a way to use it for prediction?
Thanks
The text was updated successfully, but these errors were encountered:
I'm using parglm on a >40M dataset using 10 cores. It trains perfectly but when using it to predict on a nwe dataset and type = 'response', I get the following error: Caused by error in
qr.R()
:! argument is not a QR decompositionI understand this is because the parglm package stores the model components differently than standard glm. Is there a way to use it for prediction?
Thanks
The text was updated successfully, but these errors were encountered: