From 5fb7794b06f531df16c1b93324f0d7f7718958b7 Mon Sep 17 00:00:00 2001 From: Sarthak Pati Date: Sun, 6 Aug 2023 12:00:10 -0400 Subject: [PATCH] formatting update --- docs/usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage.md b/docs/usage.md index 26bf777d7..701e899f9 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -157,6 +157,7 @@ The following command shows how the script works: ``` **Notes**: + - For classification/regression, add a column called `ValueToPredict`. Currently, we are supporting only a single value prediction per model. - `SubjectID` or `PatientName` is used to ensure that the randomized split is done per-subject rather than per-image. - For data arrangement different to what is described above, a customized script will need to be written to generate the CSV, or you can enter the data manually into the CSV.