# Generated by roxygen2: do not edit by hand

export("!!")
export("%>%")
export(":=")
export(.data)
export(bootstrap_performance)
export(calc_balanced_precision)
export(calc_baseline_precision)
export(calc_mean_perf)
export(calc_mean_prc)
export(calc_mean_roc)
export(calc_model_sensspec)
export(calc_perf_metrics)
export(combine_hp_performance)
export(compare_models)
export(contr.ltfr)
export(define_cv)
export(get_caret_processed_df)
export(get_feature_importance)
export(get_hp_performance)
export(get_hyperparams_list)
export(get_outcome_type)
export(get_partition_indices)
export(get_perf_metric_fn)
export(get_perf_metric_name)
export(get_performance_tbl)
export(get_tuning_grid)
export(group_correlated_features)
export(permute_p_value)
export(plot_hp_performance)
export(plot_mean_prc)
export(plot_mean_roc)
export(plot_model_performance)
export(preprocess_data)
export(randomize_feature_order)
export(remove_singleton_columns)
export(replace_spaces)
export(run_ml)
export(tidy_perf_data)
export(train_model)
exportMethods(preprocess_data)
exportMethods(run_ml)
importFrom(MLmetrics,AUC)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,"altExp<-")
importFrom(SingleCellExperiment,altExp)
importFrom(SingleCellExperiment,altExpNames)
importFrom(SummarizedExperiment,`assay<-`)
importFrom(SummarizedExperiment,`metadata<-`)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(TreeSummarizedExperiment,TreeSummarizedExperiment)
importFrom(caret,contr.ltfr)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(e1071,best.randomForest)
importFrom(glmnet,glmnet)
importFrom(kernlab,as.kernelMatrix)
importFrom(randomForest,getTree)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rpart,rpart)
importFrom(stats,setNames)
importFrom(xgboost,xgboost)
