# Generated by roxygen2: do not edit by hand

export(Classification)
importFrom(C50,C5.0)
importFrom(MachineShop,fit)
importFrom(car,vif)
importFrom(caret,confusionMatrix)
importFrom(corrplot,corrplot)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,across)
importFrom(dplyr,count)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(e1071,svm)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_bw)
importFrom(graphics,hist)
importFrom(graphics,pairs)
importFrom(graphics,panel.smooth)
importFrom(graphics,par)
importFrom(graphics,rect)
importFrom(gt,gt)
importFrom(ipred,bagging)
importFrom(magrittr,"%>%")
importFrom(parallel,makeCluster)
importFrom(pls,plsr)
importFrom(purrr,keep)
importFrom(randomForest,randomForest)
importFrom(ranger,ranger)
importFrom(reactable,reactable)
importFrom(reactablefmtr,add_title)
importFrom(scales,percent)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,predict)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(tidyr,gather)
importFrom(tidyr,last_col)
importFrom(tidyr,pivot_longer)
importFrom(tree,cv.tree)
importFrom(tree,prune.misclass)
importFrom(tree,tree)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,str)
