parsnip icon indicating copy to clipboard operation
parsnip copied to clipboard

Tidymodels Support for Beta Regression

Open nrjenkins opened this issue 3 years ago • 4 comments

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!

nrjenkins avatar Aug 03 '22 15:08 nrjenkins

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.

EmilHvitfeldt avatar Mar 07 '23 19:03 EmilHvitfeldt

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.

ttrodrigz avatar Feb 26 '24 20:02 ttrodrigz

@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.

hfrick avatar Feb 27 '24 09:02 hfrick

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

ttrodrigz avatar Feb 27 '24 11:02 ttrodrigz