tidypredict icon indicating copy to clipboard operation
tidypredict copied to clipboard

`parse_model() %>% tidypredict_fit()` broken for earth

Open juliasilge opened this issue 2 years ago • 0 comments

We see this snapshot test right now:

Code
  tidypredict_fit(pm)
Output
  list()

I see that tidypredict_fit(model) and tidypredict_sql(model, dbplyr::simulate_odbc()) both work, but it seems like model %>% parse_model() %>% tidypredict_fit() does not work for earth.

juliasilge avatar May 09 '22 21:05 juliasilge