vickypar / personalized.ml.for.stress.detection

MIT License
3 stars 2 forks source link

Please share the code to load the raw dataset. #1

Open hieutv85 opened 7 months ago

hieutv85 commented 7 months ago

Hi @vickypar @syfantid @kcristinaa, thank you for your interesting GitHub repository. I want to replicate your code with all four original datasets you mentioned, but I seem to need help from the beginning.

Could you please share your code to load the raw dataset, such as SWELL? I think that the Initial_Analysis-checkpoint.ipynb from .ipynb_checkpoints is empty. The file swell_new.csv only has 3141 rows, which is much fewer records than the original SWELL dataset (I think). Please forgive if I misunderstand anything. Thank you very much, Regards, Hieu

vickypar commented 7 months ago

Hi @hieutv85. The code to load the raw datasets is located under "Data Formatting" folder. As for the SWELL-KW dataset, we used only the physiological features of the dataset to be comparable to the other datasets, this is why it contains only 3141 rows.

hieutv85 commented 7 months ago

Hi @vickypar, thank you very much for your support.