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
If runBRT was run with model='perf' or model='gbm', getStats fails as the submodels for each fold of the optimal model are not kept.
Maybe this can be fixed by running a single gbm.step starting and ending on n.trees (for method='gbm') or the result of gbm.perf (for method = 'perf')?