modelop / hadrian

Implementations of the Portable Format for Analytics (PFA)
Apache License 2.0
130 stars 49 forks source link

[Aurelius] Add More GLM Families #27

Closed StevenMMortimer closed 7 years ago

StevenMMortimer commented 7 years ago

The current implementation of pfa.glm.extractParams() only supports models generated by glm() using the binomial family with logit link function (binomial(logit)). Is it possible to expand to all families of GLMs supported by the glm() function in R?