From dfbd7498ed26abfc9f984127f0f8b7efc7a47c20 Mon Sep 17 00:00:00 2001 From: Daniel Svitan Date: Sat, 21 Dec 2024 21:53:45 +0100 Subject: [PATCH] :memo: Updates docs --- DATASET.md | 4 ++-- README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DATASET.md b/DATASET.md index 2b63be1..8adff25 100644 --- a/DATASET.md +++ b/DATASET.md @@ -22,8 +22,8 @@ It will be saved in a `.npy` file (numpy format) ### Sex ``` -0 - zena -1 - muz +0 - female +1 - male ``` ### SES diff --git a/README.md b/README.md index d4d0649..3833c42 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,7 @@ Thanks so much for participating in the survey, you can check out the scripts an where I explain what I did in a slightly more friendly way And if you're interested in the dataset, no I'm not publishing it, sorry (mom said no) + +### Dataset + +The documentation for the dataset structure can be found [here](https://github.com/Streamer272/soc-2024/blob/main/DATASET.md) \ No newline at end of file