'how to Save BMR results and read them again for analysis and plotting

I wonder if it is possible to save BMR in an external file and read it later on for analysis and plotting.

Also, when multiple performance measures are used, can learners be ranked based on the multiple performance measures simultaneously? or Should learners be ranked on each measure separately then average the rank? Which approach is recommended?



Solution 1:[1]

For both questions use mlr3benchmark. I sent you yesterday a tutorial on how to use it for multiple performance measures. You can save the benchmark rds object with saveRDS (we will also add this as a method soon).

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 RaphaelS