Open
Description
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!