Steffen-H-S commited on
Commit
dc606bf
·
verified ·
1 Parent(s): 16d4259

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -79
README.md CHANGED
@@ -12,140 +12,126 @@ pretty_name: Obesity-level_data
12
  size_categories:
13
  - n<1K
14
  ---
15
- # Dataset Card for Dataset Name
 
 
 
 
 
 
 
16
 
17
  <!-- Provide a quick summary of the dataset. -->
18
 
19
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
20
 
21
  ## Dataset Details
22
 
23
  ### Dataset Description
24
 
25
- <!-- Provide a longer summary of what this dataset is. -->
26
-
27
 
28
-
29
- - **Curated by:** [More Information Needed]
30
- - **Funded by [optional]:** [More Information Needed]
31
- - **Shared by [optional]:** [More Information Needed]
32
- - **Language(s) (NLP):** [More Information Needed]
33
- - **License:** [More Information Needed]
34
 
35
  ### Dataset Sources [optional]
36
 
37
- <!-- Provide the basic links for the dataset. -->
38
-
39
- - **Repository:** [More Information Needed]
40
- - **Paper [optional]:** [More Information Needed]
41
- - **Demo [optional]:** [More Information Needed]
42
 
43
  ## Uses
44
 
45
- <!-- Address questions around how the dataset is intended to be used. -->
46
-
47
  ### Direct Use
48
 
49
- <!-- This section describes suitable use cases for the dataset. -->
50
-
51
- [More Information Needed]
52
 
53
  ### Out-of-Scope Use
54
 
55
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
56
-
57
- [More Information Needed]
58
 
59
  ## Dataset Structure
60
 
61
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
62
-
63
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
 
65
  ## Dataset Creation
66
 
67
  ### Curation Rationale
68
 
69
- <!-- Motivation for the creation of this dataset. -->
70
-
71
- [More Information Needed]
72
 
73
  ### Source Data
74
 
75
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
76
-
77
  #### Data Collection and Processing
78
 
79
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
80
-
81
- [More Information Needed]
82
 
83
  #### Who are the source data producers?
84
 
85
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
86
-
87
- [More Information Needed]
88
 
89
  ### Annotations [optional]
90
 
91
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
92
-
93
  #### Annotation process
94
 
95
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
96
-
97
- [More Information Needed]
98
 
99
  #### Who are the annotators?
100
 
101
- <!-- This section describes the people or systems who created the annotations. -->
102
-
103
- [More Information Needed]
104
 
105
  #### Personal and Sensitive Information
106
 
107
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
108
-
109
- [More Information Needed]
110
 
111
  ## Bias, Risks, and Limitations
112
 
113
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
114
-
115
- [More Information Needed]
116
 
117
  ### Recommendations
118
 
119
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
120
-
121
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
122
 
123
  ## Citation [optional]
124
 
125
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
126
-
127
  **BibTeX:**
128
 
129
- [More Information Needed]
130
-
131
- **APA:**
132
-
133
- [More Information Needed]
134
-
135
- ## Glossary [optional]
136
-
137
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
138
-
139
- [More Information Needed]
140
-
141
- ## More Information [optional]
142
-
143
- [More Information Needed]
144
-
145
- ## Dataset Card Authors [optional]
146
-
147
- [More Information Needed]
148
-
149
- ## Dataset Card Contact
150
-
151
- [More Information Needed]
 
12
  size_categories:
13
  - n<1K
14
  ---
15
+ #
16
+ ---
17
+ # For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
18
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
19
+ {{ card_data }}
20
+ ---
21
+
22
+ # Dataset Card for Estimation of Obesity Levels Based on Eating Habits and Physical Condition
23
 
24
  <!-- Provide a quick summary of the dataset. -->
25
 
26
+ This dataset contains survey data collected from individuals in Mexico, Peru, and Colombia to estimate obesity levels based on eating habits and physical condition. It includes 2,111 rows and 17 columns with demographic, dietary, and lifestyle features, along with a categorical target variable for obesity levels.
27
 
28
  ## Dataset Details
29
 
30
  ### Dataset Description
31
 
32
+ The dataset is designed to classify individuals into one of seven obesity-related categories based on their eating habits, physical activity, and demographics. It can be used for health informatics, predictive modeling, and educational purposes.
 
33
 
34
+ - **Curated by:** Angel Palacios, Edgar Moreira, and Rafael Barea
35
+ - **Funded by [optional]:** [More Information Needed]
36
+ - **Shared by [optional]:** UCI Machine Learning Repository
37
+ - **Language(s) (NLP):** Spanish (original survey), English (dataset)
38
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
 
39
 
40
  ### Dataset Sources [optional]
41
 
42
+ - **Repository:** [UCI Machine Learning Repository](https://archive.ics.uci.edu/dataset/544/estimation+of+obesity+levels+based+on+eating+habits+and+physical+condition)
43
+ - **Paper [optional]:** Palacios, A., Moreira, E., & Barea, R. (2019). "Estimation of Obesity Levels based on Eating Habits and Physical Condition."
44
+ - **Demo [optional]:** [More Information Needed]
 
 
45
 
46
  ## Uses
47
 
 
 
48
  ### Direct Use
49
 
50
+ - Classification of obesity levels.
51
+ - Educational projects on data preprocessing and supervised learning.
52
+ - Research into the correlation between habits and obesity.
53
 
54
  ### Out-of-Scope Use
55
 
56
+ - Using the dataset to make clinical or diagnostic decisions.
57
+ - Using the dataset to stigmatize or discriminate individuals.
 
58
 
59
  ## Dataset Structure
60
 
61
+ - **Rows:** 2,111
62
+ - **Columns:** 17
63
+ - **Target Variable:** `NObeyesdad` (7 obesity categories)
64
+
65
+ **Class Distribution:**
66
+ - Obesity_Type_I: 351
67
+ - Obesity_Type_II: 297
68
+ - Obesity_Type_III: 324
69
+ - Overweight_Level_I: 290
70
+ - Overweight_Level_II: 290
71
+ - Normal_Weight: 287
72
+ - Insufficient_Weight: 272
73
+
74
+ **Key Fields:**
75
+ - Gender, Age, Height, Weight
76
+ - family_history_with_overweight
77
+ - FAVC (Frequent high-calorie food consumption)
78
+ - FCVC (Vegetable consumption frequency)
79
+ - NCP (Number of main meals)
80
+ - CAEC (Consumption of food between meals)
81
+ - SMOKE, CH2O (water intake), SCC (calories monitoring)
82
+ - FAF (Physical activity frequency), TUE (Time on devices)
83
+ - CALC (Alcohol consumption), MTRANS (Transportation)
84
+ - NObeyesdad (Obesity classification)
85
 
86
  ## Dataset Creation
87
 
88
  ### Curation Rationale
89
 
90
+ The dataset was created to explore the relationship between lifestyle, eating habits, and obesity levels in Latin America.
 
 
91
 
92
  ### Source Data
93
 
 
 
94
  #### Data Collection and Processing
95
 
96
+ Data was collected through surveys administered in Mexico, Peru, and Colombia. BMI and other lifestyle metrics were used to derive obesity levels.
 
 
97
 
98
  #### Who are the source data producers?
99
 
100
+ Adults from the surveyed countries who self-reported their eating and lifestyle habits.
 
 
101
 
102
  ### Annotations [optional]
103
 
 
 
104
  #### Annotation process
105
 
106
+ Obesity levels were derived from BMI categories and participant data.
 
 
107
 
108
  #### Who are the annotators?
109
 
110
+ Researchers from UCI and collaborators.
 
 
111
 
112
  #### Personal and Sensitive Information
113
 
114
+ Contains sensitive health-related information (weight, eating habits, lifestyle). Does not contain personally identifiable information.
 
 
115
 
116
  ## Bias, Risks, and Limitations
117
 
118
+ - Data is self-reported (possible inaccuracies).
119
+ - Population limited to three Latin American countries.
120
+ - Not representative of global populations.
121
 
122
  ### Recommendations
123
 
124
+ Users should be made aware of the risks, biases, and limitations of the dataset. The dataset is intended for educational and research purposes, not medical diagnosis.
 
 
125
 
126
  ## Citation [optional]
127
 
 
 
128
  **BibTeX:**
129
 
130
+ ```bibtex
131
+ @misc{palacios2019obesity,
132
+ title={Estimation of Obesity Levels Based on Eating Habits and Physical Condition},
133
+ author={Palacios, Angel and Moreira, Edgar and Barea, Rafael},
134
+ year={2019},
135
+ publisher={UCI Machine Learning Repository},
136
+ howpublished={\url{https://archive.ics.uci.edu/ml/datasets/Estimation+of+obesity+levels+based+on+eating+habits+and+physical+condition}}
137
+ }