# Generated by roxygen2: do not edit by hand

export(activeByImportance)
export(activeByShadow)
export(aggregateResponses)
export(auditOverfit)
export(auditQuantiles)
export(buildDataset)
export(chainPipeline)
export(computeActiveByImportance)
export(detectOutliers)
export(extractChainImportance)
export(modelPipeline)
export(oofEnsemble)
export(postProcess)
export(predictModel)
export(removeOutliersIQR)
export(semiSupervisedPipeline)
export(toNumeric)
export(trainModel)
export(trainRegressionModel)
export(which.nonnum)
import(data.table)
importFrom(caret,
  train,
  trainControl,
  varImp
)
importFrom(crayon,
  blue,
  bold,
  green,
  red,
  silver,
  yellow
)
importFrom(dbscan,lof)
importFrom(digest,digest)
importFrom(doParallel,registerDoParallel)
importFrom(earth,earth)
importFrom(foreach,
  "%dopar%",
  foreach,
  registerDoSEQ
)
importFrom(gbm,gbm)
importFrom(jsonlite,fromJSON)
importFrom(parallel,
  detectCores,
  makePSOCKcluster,
  stopCluster
)
importFrom(ranger,ranger)
importFrom(stats,
  as.formula,
  complete.cases,
  cooks.distance,
  cor,
  lm,
  mad,
  median,
  na.omit,
  predict,
  quantile,
  rnorm,
  sd,
  setNames,
  var
)
importFrom(utils,
  capture.output,
  head,
  tail
)
