Anybody know how to extract the standard deviation for a ResampleResult/BenchmarkResult in mlr3? The implemented metrics seems to be returning only the average value.
measures <- list(
mlr3::msr("classif.fbeta", predict_sets = "train", id = "fbeta_train"),
mlr3::msr("classif.fbeta", id = "fbeta_test")
)
bmr$aggregate(measures)