mlr-org / mlr3pipelines

Dataflow Programming for Machine Learning in R
https://mlr3pipelines.mlr-org.com/
GNU Lesser General Public License v3.0
140 stars 25 forks source link

Fix row id renaming in LearnerCV #565

Closed mllg closed 3 years ago

mllg commented 3 years ago

as.data.table.Predction() now returns the row ids with column name row_ids instead of row_id. This PR fixes the LearnerCV to work with both new and old naming. Required for https://github.com/mlr-org/mlr3proba/pull/188.