Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] interface GLM models from glum #424

Open
fkiraly opened this issue Jul 15, 2024 · 0 comments
Open

[ENH] interface GLM models from glum #424

fkiraly opened this issue Jul 15, 2024 · 0 comments
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

Comments

@fkiraly
Copy link
Collaborator

fkiraly commented Jul 15, 2024

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)

@fkiraly fkiraly added good first issue Good for newcomers module:regression probabilistic regression module interfacing algorithms Interfacing existing algorithms/estimators from third party packages feature request New feature or request labels Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant