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
Stratified CV brakes when the number of events for some stratum is greater than V, and for others it's less than V. This is the error: Error in strata_folds[[strata]][[v]] : subscript out of bounds.
Here's an example; this fails because number of level 1 events is < V and number of level 0 events > V.
Stratified CV brakes when the number of events for some stratum is greater than V, and for others it's less than V. This is the error:
Error in strata_folds[[strata]][[v]] : subscript out of bounds
.Here's an example; this fails because number of level 1 events is < V and number of level 0 events > V.
None of these examples fail:
The text was updated successfully, but these errors were encountered: