fstermann / mlr-mini

MIT License
0 stars 2 forks source link

Add runtime measure to metainfo #36

Open fstermann opened 1 year ago

fstermann commented 1 year ago

As suggested in the instructions

modelInfo(model.xgb)
#> $training.time.sec
#> [1] 15

we might want to include the runtime of different operations. I think it would be good to also include this for Predictions as well.

In my opinion this also fits in the metainfo category, which is why we could also store it there.

Tasks