# Generated by roxygen2: do not edit by hand

S3method("[",model_list)
S3method(bake,step_add_levels)
S3method(bake,step_date_hcai)
S3method(bake,step_missing)
S3method(evaluate,model_list)
S3method(evaluate,predicted_df)
S3method(plot,missingness)
S3method(plot,model_list)
S3method(plot,predicted_df)
S3method(plot,variable_importance)
S3method(predict,model_list)
S3method(prep,step_add_levels)
S3method(prep,step_date_hcai)
S3method(prep,step_missing)
S3method(print,hcai_imputed_df)
S3method(print,model_list)
S3method(print,predicted_df)
S3method(print,prepped_df)
S3method(print,step_add_levels)
S3method(print,step_date_hcai)
S3method(print,step_missing)
S3method(summary,model_list)
S3method(tidy,step_add_levels)
S3method(tidy,step_date_hcai)
S3method(tidy,step_missing)
export("%>%")
export(add_SAM_utility_cols)
export(as.model_list)
export(build_connection_string)
export(catalyst_test_deploy_in_prod)
export(control_chart)
export(convert_date_cols)
export(countMissingData)
export(db_read)
export(evaluate)
export(evaluate_classification)
export(evaluate_regression)
export(flash_models)
export(get_hyperparameter_defaults)
export(get_supported_models)
export(get_variable_importance)
export(hcai_impute)
export(impute)
export(is.classification_list)
export(is.model_list)
export(is.predicted_df)
export(is.regression_list)
export(load_models)
export(machine_learn)
export(missingness)
export(pivot)
export(prep_data)
export(save_models)
export(selectData)
export(separate_drgs)
export(split_train_test)
export(start_prod_logs)
export(step_add_levels)
export(step_date_hcai)
export(step_missing)
export(stop_prod_logs)
export(tune_models)
export(writeData)
import(dplyr)
import(ggplot2)
import(methods)
import(purrr)
import(recipes)
import(utils)
importFrom(MLmetrics,AUC)
importFrom(MLmetrics,PRAUC)
importFrom(broom,tidy)
importFrom(caret,predict.train)
importFrom(cowplot,plot_grid)
importFrom(data.table,as.data.table)
importFrom(data.table,dcast.data.table)
importFrom(dbplyr,as.sql)
importFrom(dplyr,"%>%")
importFrom(e1071,naiveBayes)
importFrom(kknn,kknn)
importFrom(lubridate,date)
importFrom(lubridate,decimal_date)
importFrom(lubridate,guess_formats)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXt)
importFrom(lubridate,month)
importFrom(lubridate,quarter)
importFrom(lubridate,semester)
importFrom(lubridate,wday)
importFrom(lubridate,week)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(ranger,ranger)
importFrom(rlang,":=")
importFrom(rlang,quo_name)
importFrom(rlang,quos)
importFrom(stats,as.formula)
importFrom(stats,model.frame)
importFrom(stats,reorder)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,data_frame)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,replace_na)
