tidymodels/tidypredict

Error handling on tidypredict_test

edgararuiz-zz opened this issue · 1 comments

> model <- ranger::ranger(Species ~ .,data = iris ,num.trees = 2)
> tidypredict_test(model)
Error in mutate_impl(.data, dots) : 
  Evaluation error: Error: Argument 'data' is required for non-quantile prediction..

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.