tidymodels / tune

Tools for tidy parameter tuning
https://tune.tidymodels.org
Other
275 stars 42 forks source link

better error message for multivariate models #936

Open topepo opened 3 weeks ago

topepo commented 3 weeks ago

More than one set of outcomes were used when tuning. This should never happen. Review how the outcome is specified in your model.

We should list the names of the outcome columns so that people can troubleshoot.