print_fit.Rd
`print_caret_fit`, `print_tidymodels_fit`, and `print_h2o_fit` are wrappers for printing a summary of the model fit from models that were trained using caret, tidymodels, and h2o backends, respectively. These wrapper functions provide uniformity of input arguments to easily switch between the different modeling packages (see `print_fit_results()`).
print_caret_fit(fit)
print_h2o_fit(fit)
print_tidymodels_fit(fit)
Model fit. Typically the output of `fit_caret()`, `fit_h2o()`, or `fit_tidymodels()`.
Print fit summary to the console.
Other print_fit_family:
print_fit_results()