# Generated by roxygen2: do not edit by hand

S3method(plot,fastml_model)
S3method(predict,fastml_model)
S3method(summary,fastml_model)
export(evaluate_models)
export(explain)
export(fastml)
export(load_model)
export(save_model)
export(train_models)
import(baguette)
import(bonsai)
import(discrim)
import(plsmod)
importFrom(DALEX,explain)
importFrom(DALEX,loss_root_mean_square)
importFrom(DALEX,model_parts)
importFrom(DALEX,model_profile)
importFrom(DALEX,predict_parts)
importFrom(RColorBrewer,brewer.pal)
importFrom(dials,finalize)
importFrom(dials,grid_latin_hypercube)
importFrom(dials,grid_regular)
importFrom(dials,range_set)
importFrom(dials,value_set)
importFrom(doFuture,registerDoFuture)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(finetune,control_race)
importFrom(finetune,tune_race_anova)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(magrittr,"%>%")
importFrom(parsnip,bag_tree)
importFrom(parsnip,boost_tree)
importFrom(parsnip,decision_tree)
importFrom(parsnip,discrim_linear)
importFrom(parsnip,discrim_quad)
importFrom(parsnip,extract_parameter_set_dials)
importFrom(parsnip,fit)
importFrom(parsnip,linear_reg)
importFrom(parsnip,logistic_reg)
importFrom(parsnip,mlp)
importFrom(parsnip,naive_Bayes)
importFrom(parsnip,nearest_neighbor)
importFrom(parsnip,pls)
importFrom(parsnip,predict.model_fit)
importFrom(parsnip,rand_forest)
importFrom(parsnip,set_engine)
importFrom(parsnip,set_mode)
importFrom(parsnip,svm_linear)
importFrom(parsnip,svm_rbf)
importFrom(probably,cal_plot_breaks)
importFrom(recipes,all_nominal_predictors)
importFrom(recipes,all_numeric_predictors)
importFrom(recipes,all_outcomes)
importFrom(recipes,all_predictors)
importFrom(recipes,bake)
importFrom(recipes,is_trained)
importFrom(recipes,prep)
importFrom(recipes,recipe)
importFrom(recipes,step_center)
importFrom(recipes,step_dummy)
importFrom(recipes,step_impute_bag)
importFrom(recipes,step_impute_knn)
importFrom(recipes,step_impute_median)
importFrom(recipes,step_naomit)
importFrom(recipes,step_scale)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rlang,get_env)
importFrom(rlang,get_expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rsample,bootstraps)
importFrom(rsample,initial_split)
importFrom(rsample,testing)
importFrom(rsample,training)
importFrom(rsample,validation_split)
importFrom(rsample,vfold_cv)
importFrom(stats,as.formula)
importFrom(stats,predict)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tune,control_bayes)
importFrom(tune,control_grid)
importFrom(tune,extract_fit_parsnip)
importFrom(tune,finalize_model)
importFrom(tune,finalize_workflow)
importFrom(tune,select_best)
importFrom(tune,tune_bayes)
importFrom(tune,tune_grid)
importFrom(viridisLite,viridis)
importFrom(workflows,add_model)
importFrom(workflows,add_recipe)
importFrom(workflows,pull_workflow_preprocessor)
importFrom(workflows,pull_workflow_spec)
importFrom(workflows,workflow)
importFrom(yardstick,accuracy)
importFrom(yardstick,conf_mat)
importFrom(yardstick,f_meas)
importFrom(yardstick,kap)
importFrom(yardstick,mae)
importFrom(yardstick,metric_set)
importFrom(yardstick,precision)
importFrom(yardstick,rmse)
importFrom(yardstick,roc_auc)
importFrom(yardstick,roc_curve)
importFrom(yardstick,rsq)
importFrom(yardstick,sens)
importFrom(yardstick,spec)
