You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This leads to errors down the analysis, where probabilites are not joint corretly together in prediction objects. I.e., probabiltites for the first class where rbinded to the column for the 2nd class, and vice versa. See
data.table
changed its behaviour wrt. rbind by name/position. Recent version issue a message about this, e.g. if you run this code:This leads to errors down the analysis, where probabilites are not joint corretly together in prediction objects. I.e., probabiltites for the first class where rbinded to the column for the 2nd class, and vice versa. See
mlr/R/ResamplePrediction.R
Line 26 in 3b52b12
To turn the message into an error, you can set the option
options(datatable.rbindlist.check="error")
.The text was updated successfully, but these errors were encountered: