name: "Feature Request" about: Suggest a change or new feature in tidymodels
See our contributing guidelines and development guide for more on design goals and how to contribute.
Please include a minimal reproducible example, a reprex, to demonstrate your feature idea when appropriate. If you've never heard of a reprex before, start by reading "What is a reprex" and following the advice there. A reproducible example can be effective at demonstrating the case for a new feature.
We don't want you to use confidential data; you can use a dataset from modeldata, blind the data, or simulate other data to demonstrate your bug. The functions caret::twoClassSim()
or caret::SLC14_1()
might be good tools to simulate data for you.
Unless the feature is explicitly about parallel processing, please run sequentially. Even if it is about parallel processing, please make sure that it runs sequentially first.
Use set.seed()
to ensure any randomness in your code is reproducible.
Please check https://stackoverflow.com/ or https://community.rstudio.com/ to see if someone has already asked the same question (see: Yihui's Rule).
You might need to install these packages to create a reproducible example or share session info:
install.packages(c("reprex", "sessioninfo"), repos = "http://cran.r-project.org")
When you are ready to file the feature ✨ request, please delete everything above this line: < -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
In situations when ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.