Starlight-Solutions / android-main

0 stars 0 forks source link

Rudimentary feedback based on decision tree #27

Open sjkar3 opened 5 months ago

sjkar3 commented 5 months ago

Create some rudimentary feedback on sleep quality based on this decision tree: https://github.com/ks-wang/association-analysis-and-regression-model?tab=readme-ov-file#decision-tree

This will require adding more data collection from user.

When providing feedback, should look at what possible changes to the users' data would make the biggest difference (e.g. if they were at the bottom of the decision tree where it forks based on alcohol consumption < 0.5 and they drank to get a result of fair, not drinking would've given them a result of excellent and should be the suggestion)

sjkar3 commented 5 months ago

Data required:

sjkar3 commented 5 months ago

NB: Alcohol consumption is in oz of alcohol / pure ethanol consumed in previous 24 hours 1 oz is approx 3 standard drinks We should convert this into standard drinks

sjkar3 commented 5 months ago

Based off this dataset: https://www.kaggle.com/datasets/equilibriumm/sleep-efficiency

sjkar3 commented 5 months ago

Requirements:

Image