Databoost commited on
Commit
a7c0042
·
verified ·
1 Parent(s): 8c17727

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -15
README.md CHANGED
@@ -7,8 +7,7 @@ license: mit
7
 
8
  This dataset, called **Adult Census Income Dataset Optimized**, is an optimized version of the **Adult Census Income Dataset**. The latter comes from the **UCI Machine Learning Repository** and is commonly used in classification tasks to predict whether a person earns more or less than $50,000 per year based on various demographic characteristics.
9
 
10
- We optimized the dataset by adding two new columns: **capital_gain_loss_ratio** and **age_group**, to enrich the quality of the features. These additions aim to improve model performance, provided they are properly integrated and preprocessed. The work was successful because...
11
-
12
  ### Data Sources
13
  The data was extracted from the **U.S. Census Survey**, a demographic census conducted by the United States Census Bureau. It was used by the **Census Bureau** to estimate the income of adults based on different personal and social characteristics. The dataset is available on the **UCI Machine Learning Repository** and is commonly used in machine learning research, particularly for classification tasks.
14
 
@@ -70,14 +69,14 @@ AI can be used to extract long-term trends from this dataset, such as the evolut
70
 
71
  2. **workclass**
72
  - **Description**: The individual's work category. It describes the type of employment status, such as:
73
- - Private: Private sector employee
74
- - Self-emp-not-inc: Unincorporated self-employed
75
- - Self-emp-inc: Incorporated self-employed
76
- - Federal-gov: Federal government employee
77
- - Local-gov: Local government employee
78
- - State-gov: State government employee
79
- - Without-pay: Unpaid
80
- - Never-worked: Never worked
81
  - **Type**: string
82
 
83
  3. **fnlwgt**
@@ -130,9 +129,9 @@ AI can be used to extract long-term trends from this dataset, such as the evolut
130
 
131
  15. **age_group**
132
  - **Description**: This column groups individuals into three age groups:
133
- - Young: Individuals aged 0-30 years.
134
- - Middle-aged: Individuals aged 30-60 years.
135
- - Senior: Individuals aged 60-100 years.
136
  - **Type**: int64
137
  - **Purpose**: This column allows for population segmentation by age, useful for demographic analyses and income trend studies.
138
 
@@ -143,6 +142,9 @@ AI can be used to extract long-term trends from this dataset, such as the evolut
143
 
144
  17. **income**
145
  - **Description**: The individual's annual income. It can be either:
146
- - ">50K": Income greater than $50,000
147
- - "<=50K": Income less than or equal to $50,000
148
  - **Type**: string (target variable for prediction models).
 
 
 
 
7
 
8
  This dataset, called **Adult Census Income Dataset Optimized**, is an optimized version of the **Adult Census Income Dataset**. The latter comes from the **UCI Machine Learning Repository** and is commonly used in classification tasks to predict whether a person earns more or less than $50,000 per year based on various demographic characteristics.
9
 
10
+ We optimized the dataset by adding two new columns: **capital_gain_loss_ratio** and **age_group**, to enrich the quality of the features. These additions aim to improve model performance, provided they are properly integrated and preprocessed.
 
11
  ### Data Sources
12
  The data was extracted from the **U.S. Census Survey**, a demographic census conducted by the United States Census Bureau. It was used by the **Census Bureau** to estimate the income of adults based on different personal and social characteristics. The dataset is available on the **UCI Machine Learning Repository** and is commonly used in machine learning research, particularly for classification tasks.
13
 
 
69
 
70
  2. **workclass**
71
  - **Description**: The individual's work category. It describes the type of employment status, such as:
72
+ - Private: Private sector employee
73
+ - Self-emp-not-inc: Unincorporated self-employed
74
+ - Self-emp-inc: Incorporated self-employed
75
+ - Federal-gov: Federal government employee
76
+ - Local-gov: Local government employee
77
+ - State-gov: State government employee
78
+ - Without-pay: Unpaid
79
+ - Never-worked: Never worked
80
  - **Type**: string
81
 
82
  3. **fnlwgt**
 
129
 
130
  15. **age_group**
131
  - **Description**: This column groups individuals into three age groups:
132
+ - Young: Individuals aged 0-30 years.
133
+ - Middle-aged: Individuals aged 30-60 years.
134
+ - Senior: Individuals aged 60-100 years.
135
  - **Type**: int64
136
  - **Purpose**: This column allows for population segmentation by age, useful for demographic analyses and income trend studies.
137
 
 
142
 
143
  17. **income**
144
  - **Description**: The individual's annual income. It can be either:
145
+ - ">50K": Income greater than $50,000
146
+ - "<=50K": Income less than or equal to $50,000
147
  - **Type**: string (target variable for prediction models).
148
+
149
+
150
+