[ENH] further work on GLMRegressor
interfacing statsmodels
GLM
#230
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
From #222, remaining work items to interface
statsmodels
GLM
:family
is implemented. Further families should be interfaced fromstatsmodels
, in particular Gamma and Tweedie. [ENH] Multiple link function support for GLMs #383get_test_params
, currently coverage is low.cov_type
,method
, what are expected sizes forstart_params
, etc.statsmodels
GLM
are not exposed to the user, as they require array-like input which is unavailable inpredict
, e.g.,offset
,exposure
. It should be investigated how these could be interfaced, with a sensible treatment inpredict
where applicable.The text was updated successfully, but these errors were encountered: