# Generated by roxygen2: do not edit by hand

export(BOW_test)
export(BOW_train)
export(logit_model)
export(pipeline)
export(pre_process)
export(prediction)
export(rf_model)
export(xgb_model)
importFrom(caret,confusionMatrix)
importFrom(caret,createDataPartition)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,registerDoSEQ)
importFrom(glmnet,cv.glmnet)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(quanteda,dfm)
importFrom(quanteda,dfm_match)
importFrom(quanteda,dfm_weight)
importFrom(quanteda,featnames)
importFrom(quanteda,tokens)
importFrom(quanteda,tokens_ngrams)
importFrom(quanteda,tokens_select)
importFrom(ranger,ranger)
importFrom(stats,predict)
importFrom(stopwords,stopwords)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_squish)
importFrom(textstem,lemmatize_strings)
importFrom(xgboost,xgb.DMatrix)
importFrom(xgboost,xgb.train)
