Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down