# Generated by roxygen2: do not edit by hand

export(create_parser)
export(fml_bootstrap)
export(fml_example)
export(fml_interpret)
export(fml_train)
export(fml_validate)
importFrom(ABCanalysis,ABCanalysis)
importFrom(R6,R6Class)
importFrom(caret,confusionMatrix)
importFrom(caret,postResample)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(fastshap,explain)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(future,plan)
importFrom(magrittr,"%>%")
importFrom(optparse,OptionParser)
importFrom(optparse,make_option)
importFrom(optparse,parse_args)
importFrom(parallel,detectCores)
importFrom(purrr,map)
importFrom(purrr,possibly)
importFrom(readr,write_csv)
importFrom(rjson,fromJSON)
importFrom(rlang,":=")
importFrom(rsample,analysis)
importFrom(rsample,bootstraps)
importFrom(rsample,permutations)
importFrom(rsample,rsample2caret)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stringr,str_equal)
importFrom(stringr,str_flatten)
importFrom(tibble,as_tibble)
importFrom(tibble,column_to_rownames)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unnest)
importFrom(utils,read.csv)
importFrom(utils,write.table)
importFrom(vip,vi_permute)
