Is there a way to run negative binomial regression using tidymodels ecosystem using parsnip. There are helper packages which extend the tidymodels to model Poseidon and other related count regressions but negative binomial is not there. Particularly interested in running the negbin glm from mass package.
Thanks