# Generated by roxygen2: do not edit by hand

S3method(autoplot,resample_results)
S3method(autoplot,tune_results)
S3method(fit_resamples,default)
S3method(fit_resamples,formula)
S3method(fit_resamples,recipe)
S3method(fit_resamples,workflow)
S3method(last_fit,default)
S3method(last_fit,formula)
S3method(last_fit,recipe)
S3method(last_fit,workflow)
S3method(load_pkgs,character)
S3method(load_pkgs,model_spec)
S3method(load_pkgs,workflow)
S3method(merge,model_spec)
S3method(merge,recipe)
S3method(min_grid,boost_tree)
S3method(min_grid,linear_reg)
S3method(min_grid,logistic_reg)
S3method(min_grid,mars)
S3method(min_grid,model_spec)
S3method(min_grid,multinom_reg)
S3method(min_grid,nearest_neighbor)
S3method(outcome_names,formula)
S3method(outcome_names,recipe)
S3method(outcome_names,terms)
S3method(outcome_names,workflow)
S3method(parameters,model_spec)
S3method(parameters,recipe)
S3method(parameters,workflow)
S3method(predict,conf_bound)
S3method(predict,exp_improve)
S3method(predict,prob_improve)
S3method(print,prob_improve)
S3method(tunable,boost_tree)
S3method(tunable,linear_reg)
S3method(tunable,logistic_reg)
S3method(tunable,model_spec)
S3method(tunable,multinomial_reg)
S3method(tunable,nearest_neighbor)
S3method(tunable,recipe)
S3method(tunable,step)
S3method(tunable,step_embed)
S3method(tunable,step_texthash)
S3method(tunable,step_tf)
S3method(tunable,step_tokenfilter)
S3method(tunable,step_tokenize)
S3method(tunable,step_umap)
S3method(tunable,step_woe)
S3method(tunable,workflow)
S3method(tune_args,model_spec)
S3method(tune_args,recipe)
S3method(tune_args,step)
S3method(tune_args,workflow)
S3method(tune_bayes,default)
S3method(tune_bayes,formula)
S3method(tune_bayes,recipe)
S3method(tune_bayes,workflow)
S3method(tune_grid,default)
S3method(tune_grid,formula)
S3method(tune_grid,recipe)
S3method(tune_grid,workflow)
export(autoplot)
export(collect_metrics)
export(collect_predictions)
export(conf_bound)
export(control_bayes)
export(control_grid)
export(control_resamples)
export(exp_improve)
export(expo_decay)
export(extract_model)
export(extract_recipe)
export(finalize_model)
export(finalize_recipe)
export(finalize_workflow)
export(fit_resamples)
export(last_fit)
export(load_pkgs)
export(min_grid)
export(min_grid.boost_tree)
export(min_grid.linear_reg)
export(min_grid.logistic_reg)
export(min_grid.mars)
export(min_grid.multinom_reg)
export(min_grid.nearest_neighbor)
export(no_param)
export(outcome_names)
export(parameters)
export(prob_improve)
export(select_best)
export(select_by_one_std_err)
export(select_by_pct_loss)
export(show_best)
export(tunable)
export(tune)
export(tune_args)
export(tune_bayes)
export(tune_grid)
import(workflows)
importFrom(GPfit,GP_fit)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(dials,encode_unit)
importFrom(dials,is_unknown)
importFrom(dials,parameters)
importFrom(dials,parameters_constr)
importFrom(dplyr,"%>%")
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_if)
importFrom(dplyr,one_of)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,ungroup)
importFrom(foreach,foreach)
importFrom(foreach,getDoParName)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(parsnip,get_from_env)
importFrom(recipes,all_outcomes)
importFrom(recipes,all_predictors)
importFrom(rlang,":=")
importFrom(rlang,call2)
importFrom(rlang,call_name)
importFrom(rlang,env_get)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,is_false)
importFrom(rlang,is_function)
importFrom(rlang,is_missing)
importFrom(rlang,is_quosure)
importFrom(rlang,is_quosures)
importFrom(rlang,ns_env)
importFrom(rlang,quo_get_expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,dnorm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,update)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,capture.output)
importFrom(utils,globalVariables)
importFrom(utils,packageVersion)
importFrom(yardstick,accuracy)
importFrom(yardstick,rmse)
importFrom(yardstick,roc_auc)
importFrom(yardstick,rsq)
