This function walks the tree of folder to retrieve all the benchmark results usually organized by learners then by regions. The function leverages get_BMR(), mlr::getBMRPerformances() and mlr::getBMRTuneResults().

getAllBMRS(PATH, pattern = "FS_")

Arguments

PATH

initial path

pattern

character, default to FS_, the pattern for selecting the sub-directories

Value

a named list with two elements perf and tune the benchmark performance results and the tuning results