Generalized Linear Model (GLM)#
Description#
This generalized linear model (GLM) algorithm can be used to fit a model to a dataset for Gaussian, binomial, Poisson, and survival distributions.
The implementation is described by Cellamare et al. (2022).
Source code#
The source code is available in the following GitHub repository.