useDynLib(mlr3resampling)
importFrom(Rcpp, evalCpp)
import(R6, checkmate, data.table, mlr3, mlr3misc, paradox)
importFrom("utils", "str")
importFrom("methods", "is")
importFrom("stats", "sd", "t.test", "coef", "var")
export(score, ResamplingSameOtherSizesCV, pvalue, pvalue_downsample)
S3method("plot", "score")
S3method("plot", "pvalue")
S3method("plot", "pvalue_downsample")
export(proj_fread, proj_test, proj_grid, proj_compute, proj_compute_mpi, proj_compute_all, proj_todo, proj_results, proj_submit, proj_results_save, LearnerRegrCVGlmnetSave, LearnerClassifCVGlmnetSave, AutoTunerTorch_epochs)
