# Generated by roxygen2: do not edit by hand

export(mi)
export(mi_balance_data)
export(mi_clean_data)
export(mi_filter_feat)
export(mi_get_ID)
export(mi_get_ID_attr)
export(mi_get_confusion)
export(mi_get_importance)
export(mi_get_miss)
export(mi_get_padlen)
export(mi_plot_cor)
export(mi_plot_heatmap)
export(mi_predict_new)
export(mi_run_bmr)
export(mi_split_col)
export(mi_split_str)
export(mi_to_numer)
export(mi_train_BP)
export(mi_train_rg)
export(mi_train_rp)
export(mi_train_xgb)
export(mi_tune_rg)
export(mi_tune_rp)
export(mi_tune_xgb)
export(mi_unify_mod)
importFrom(RColorBrewer,brewer.pal)
importFrom(biomaRt,getBM)
importFrom(biomaRt,listAttributes)
importFrom(biomaRt,useEnsembl)
importFrom(caret,confusionMatrix)
importFrom(data.table,as.data.table)
importFrom(dplyr,across)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggcorrplot,ggcorrplot)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grid,unit)
importFrom(keras,compile)
importFrom(keras,evaluate)
importFrom(keras,fit)
importFrom(keras,k_argmax)
importFrom(keras,keras_model_sequential)
importFrom(keras,layer_activation_relu)
importFrom(keras,layer_dense)
importFrom(keras,optimizer_adam)
importFrom(keras,save_model_tf)
importFrom(keras,to_categorical)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(magrittr,set_names)
importFrom(mlr3,as_task_classif)
importFrom(mlr3,benchmark)
importFrom(mlr3,benchmark_grid)
importFrom(mlr3,lrn)
importFrom(mlr3,lrns)
importFrom(mlr3,msr)
importFrom(mlr3,partition)
importFrom(mlr3,rsmp)
importFrom(mlr3,rsmps)
importFrom(mlr3,set_threads)
importFrom(mlr3tuning,tnr)
importFrom(mlr3tuning,tune)
importFrom(paradox,p_dbl)
importFrom(paradox,p_int)
importFrom(paradox,ps)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parSapply)
importFrom(parallel,stopCluster)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(purrr,pmap)
importFrom(reshape2,melt)
importFrom(scutr,SCUT)
importFrom(scutr,SCUT_parallel)
importFrom(scutr,oversample_smote)
importFrom(scutr,resample_random)
importFrom(stats,cor)
importFrom(stats,predict)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_length)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tidyselect,all_of)
importFrom(tidyselect,everything)
