mlr-org / mlr3benchmark

Analysis and tools for benchmarking in mlr3 and beyond.
https://mlr3benchmark.mlr-org.com/
GNU Lesser General Public License v3.0
12 stars 2 forks source link

Port autoplot from mlr3viz to here? #3

Open RaphaelS1 opened 4 years ago

RaphaelS1 commented 4 years ago

This isn't strictly speaking necessary and it does make sense to keep autoplots in mlr3viz but at the same time it would be nice to have some visualisation in this package. One mid-point could be to have base R plotting in this package so we could leave it at simple boxplots for example. Or just simply re-export but that could be a bit messy.

pat-s commented 4 years ago

I'd say reexport. Why would that be messy?

RaphaelS1 commented 4 years ago

I'm not too familiar with reexporting in packages, what does it mean in terms of dependencies? Does mlr3benchmark then have all mlr3viz dependencies, or just mlr3viz, or just package used in the autoplot?