jonathanagustin commited on
Commit
b99745a
1 Parent(s): 4b37d07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1,3 +1,58 @@
1
  ---
 
 
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
+ tags:
6
+ - Health
7
+ - Exercise
8
+ - "Health Conditions"
9
+ - "Heart Conditions"
10
+ - Healthcare
11
+ - People
12
+ pretty_name: "Fitbit Sleep Score Data"
13
+ size_categories:
14
+ - "n<1K"
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - time-series-forecasting # Adjusted to reflect the time-series nature of the dataset.
19
+ task_ids:
20
+ - univariate-time-series-forecasting # Considering the dataset likely involves forecasting based on single variables over time.
21
+ annotations_creators:
22
+ - expert-generated
23
+ language_creators:
24
+ - expert-generated
25
  ---
26
+ # Fitbit Sleep Score Data
27
+
28
+ ## About the Dataset
29
+
30
+ ### Description
31
+ The Fitbit Sleep Score dataset, available on [Kaggle](https://www.kaggle.com/datasets/mbalos/fitbit-sleep-score-data/data), comprises detailed sleep data sourced from an individual's Fitbit device. It includes metrics such as overall sleep score, revitalization score, deep sleep duration, resting heart rate, and restlessness, each timestamped for in-depth analysis.
32
+
33
+ ### Data Fields
34
+ - `timestamp`: The specific date and time the sleep data was recorded.
35
+ - `overall_score`: An aggregate score up to 100, reflecting sleep duration, quality, and restoration.
36
+ - `revitalization_score`: A score indicating the rejuvenating quality of the sleep.
37
+ - `deep_sleep_in_minutes`: The amount of deep sleep achieved during the session, in minutes.
38
+ - `resting_heart_rate`: The average resting heart rate recorded during sleep.
39
+ - `restlessness`: A measure indicating the level of restlessness experienced during sleep.
40
+
41
+ ### Collection Methodology
42
+ This dataset was collected using a Fitbit Versa 4 device, capturing sleep data from a consenting individual. The data was then extracted from the Fitbit platform for analysis.
43
+
44
+ ## License
45
+ This dataset is made available under the MIT License, encouraging wide use for both academic and commercial purposes.
46
+
47
+ ## Updates
48
+ The dataset is expected to be updated annually to incorporate new data and insights.
49
+
50
+ ## Usage
51
+ This dataset is ideal for researchers and practitioners interested in sleep studies, health monitoring, and the development of health and wellness technologies. It provides a foundational resource for understanding and improving sleep quality and its impact on overall health.
52
+
53
+ ### Author
54
+ - **Maria Balos**
55
+
56
+ ### Additional Notes
57
+ - This dataset reflects the sleep patterns of a single individual and should be considered as a case study rather than a broad population sample.
58
+ - Users are encouraged to respect privacy and ethical considerations when using this data.