issue_template.md

name: Bug report or feature request about: Describe a bug you've seen or make a case for a new feature

PLEASE READ: Making a new issue for parsnip

Please follow the template below.

If the question is related at all to a specific data analysis, please include a minimal reprex (reproducible example). If you've never heard of a reprex before, start by reading "What is a reprex", and follow the advice further down that page.

Tips:

install.packages(c("reprex", "sessioninfo"), repos = "http://cran.r-project.org")

When are ready to file the issue, please delete the parts above this line: < -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->

The problem

I'm having trouble with ... or

Have you considered ...

Reproducible example

Copy your code to the clipboard and run:

reprex::reprex(si = TRUE)


tidymodels/parsnip documentation built on April 12, 2024, 2:14 a.m.