fstermann / mlr-mini

MIT License
0 stars 2 forks source link

Meta-Info #22

Open fstermann opened 1 year ago

fstermann commented 1 year ago

Tasks

Description

It makes sense to have a metainfo() generic that gets general information about an object (Dataset, Inducer etc.). The ResamplePrediction may, e.g., need to contain information about the Dataset (e.g. what is the positive / negative class?) However, including this information as a whole wastes memory. Having the metainfo() returns all the information about datasets needed in other places helps here.