autoplot.tune_results   Plot tuning search results
collect_predictions     Obtain and format results produced by tuning
                        functions
control_bayes           Control aspects of the Bayesian search process
control_grid            Control aspects of the grid search process
example_ames_knn        Example Analysis of Ames Housing Data
expo_decay              Exponential decay function
extract_recipe          Convenience functions to extract model or
                        recipe
finalize_model          Splice final parameters into objects
fit_resamples           Fit multiple models via resampling
last_fit                Fit the final best model to the training set
                        and evaluate the test set
prob_improve            Acquisition function for scoring parameter
                        combinations
show_best               Investigate best tuning parameters
tune                    A placeholder function for argument values that
                        are to be tuned.
tune_bayes              Bayesian optimization of model parameters.
tune_grid               Model tuning via grid search
