From 6f0a9184580fde7100022d04ef7f7a43378a8c4e Mon Sep 17 00:00:00 2001 From: Boby <73424060+bobychaudhary@users.noreply.github.com> Date: Sat, 1 Jan 2022 21:48:38 +0530 Subject: [PATCH] Update README.md Minor typo mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cef36b1..8bce38c 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ For the multi-task algorithms, we use a special data structure saved to a pickle - The .csv file will be partitioned such that predicting related outcomes is each task (e.g. predicting stress is one task and predicting happiness is another) - Normalization is done based on training data for entire group - Users-as-tasks: - - The .csv file will be partioned such that predicting the outcome of each user is one task. + - The .csv file will be partitioned such that predicting the outcome of each user is one task. - Need to specify which label to target (i.e., the label that you will be predicting) - Normalization is done per-person