Closed mllg closed 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.
as.data.table.Predction()
row_ids
row_id
as.data.table.Predction()
now returns the row ids with column namerow_ids
instead ofrow_id
. This PR fixes the LearnerCV to work with both new and old naming. Required for https://github.com/mlr-org/mlr3proba/pull/188.