Description
I would like to add my modeling package to the tidymodels ecosystem. I am working on a major release that refactors the code base how tidymodel's hardhat suggests. Models will have a recipe method for training, and predict returns tidymodel's preferred prediction format. I am holding off on submitting to cran until I get it added to tidymodels.
Github link: https://github.com/gmcmacran/dann/tree/hardhat
My question are:
1: Are you guys open to the addition of two new models? dann and sub_dann.
2: Should I issue a PR myself?
3: What package should I issue it in? Should I make a PR in parsnip or create a new package similar to poissonreg?
4: Is there a blog post that serves as a good starting point for tidymodels development? Otherwise, I will use poissonreg as a reference.