# Generated by roxygen2: do not edit by hand

S3method(cleanse,data.frame)
S3method(cleanse,split_df)
S3method(split_by,data.frame)
S3method(summary,split_df)
export(cleanse)
export(compare_diag)
export(compare_performance)
export(compare_plot)
export(compare_target_category)
export(compare_target_numeric)
export(extract_set)
export(matthews)
export(performance_metric)
export(plot_cutoff)
export(plot_performance)
export(run_models)
export(run_performance)
export(run_predict)
export(sampling_target)
export(split_by)
export(treatment_corr)
import(cli)
import(dplyr)
import(ggmosaic)
import(ggplot2)
import(randomForest, except = c(margin, combine, importance))
import(ranger)
import(xgboost, except = c(slice))

importFrom(caTools,sample.split)
importFrom(dlookr,diagnose)
importFrom(dlookr,find_class)
importFrom(glmnet,glmnet)
importFrom(methods,is)
importFrom(rlang,quos)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,glm)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tribble)
importFrom(tidyr,extract)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(tidyselect,vars_select)
importFrom(unbalanced,ubOSS)
importFrom(unbalanced,ubOver)
importFrom(unbalanced,ubSMOTE)
importFrom(unbalanced,ubUnder)
importFrom(xgboost,xgboost)
