[ENH] interface GLM models from glum
#424
Labels
feature request
New feature or request
good first issue
Good for newcomers
interfacing algorithms
Interfacing existing algorithms/estimators from third party packages
module:regression
probabilistic regression module
glum
is a nice package that implements GLM for different links and distribution families.https://glum.readthedocs.io/en/latest/index.html
It would be great to have an interface for these in
skpro
. Some distributions may also have to be implemented, e.g., Tweedie.The Tweedie distribution is not available in
scipy
, so we will probably need to implement it from scratch (or from lower level components), see discussion here: #423 (comment)The text was updated successfully, but these errors were encountered: