tidymodels / parsnip

A tidy unified interface to models
https://parsnip.tidymodels.org
Other
564 stars 78 forks source link

Tidymodels Support for Beta Regression #903

Open nrjenkins opened 1 year ago

nrjenkins commented 1 year ago

Are there any plans to add support for Beta regression in Tidymodels? The Beta distribution is the ideal choice when trying to model rates or proportions, but the only options for modeling these data are linear regression (normal distribution) or binomial regression (logit/probit).

Thanks!

EmilHvitfeldt commented 1 year ago

Hello @nrjenkins 👋 thanks for the feature request, i have moved this issue to the {parsnip} package as it would likely be added to this package or one of its extension packages. Likewise, we have a larger thread at https://github.com/tidymodels/parsnip/issues/35 about future models.

ttrodrigz commented 4 months ago

Just chiming in to say that I too would find a lot of value in this being added to the parsnip package or an extension package.

hfrick commented 4 months ago

@ttrodrigz Do you have a recommendation for an engine for beta regression? I'm aware of betareg and spot gamlss being listed in the Econometrics Task View.

ttrodrigz commented 4 months ago

Hi @hfrick, those are the only two that I am aware of as well, and only have experience using betareg.