You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/testthat/_snaps/misc.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,3 +243,15 @@
243
243
Error in `.get_prediction_column_names()`:
244
244
! Prediction information could not be found for this `linear_reg()` with engine "lm" and mode "Depeche". Does a parsnip extension package need to be loaded?
245
245
246
+
# register local models
247
+
248
+
Code
249
+
my_model() %>% translate("my_engine")
250
+
Output
251
+
my model Model Specification (regression)
252
+
253
+
Computational engine: my_engine
254
+
255
+
Model fit template:
256
+
my_model_fun(formula = missing_arg(), data = missing_arg())
0 commit comments