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
In addition to out_of_bag_measure, I think it could be rather helpful to be able to obtain the ensemble's overall out-of-bag prediction.
In my own code (that I'd like to convert to use MLJEnsembles when possible), I'm currently creating a Matrix of predictions and missing for each model then aggregating the result by taking the row-wise means.