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
For single-fold evaluation (bst-mug#41), we need to be able to slice a list of patients by a given array of randomly selected indices. Therefore, add a getRandomIndices method to get a (deterministic) list of pseudo-random integers. Also, allow slice to be operated on a longer list, but restricted by initial index and length.
We might not be able to cross-validate (#12) with neural nets (#10).
Therefore, consider methods for single fold evaluation.
The text was updated successfully, but these errors were encountered: