Update README.md
Browse files
README.md
CHANGED
@@ -20,25 +20,27 @@ configs:
|
|
20 |
path: data/train-*
|
21 |
---
|
22 |
|
23 |
-
# Dataset Card for Dataset
|
24 |
|
25 |
-
|
|
|
26 |
|
27 |
-
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).
|
28 |
|
29 |
-
## Dataset Details
|
30 |
|
31 |
-
|
32 |
|
33 |
-
|
|
|
34 |
|
|
|
|
|
|
|
35 |
|
|
|
|
|
|
|
|
|
36 |
|
37 |
-
- **Curated by:** [More Information Needed]
|
38 |
-
- **Funded by [optional]:** [More Information Needed]
|
39 |
-
- **Shared by [optional]:** [More Information Needed]
|
40 |
-
- **Language(s) (NLP):** [More Information Needed]
|
41 |
-
- **License:** [More Information Needed]
|
42 |
|
43 |
### Dataset Sources [optional]
|
44 |
|
|
|
20 |
path: data/train-*
|
21 |
---
|
22 |
|
23 |
+
# Dataset Card for Social Network Ads Dataset
|
24 |
|
25 |
+
## Dataset Summary
|
26 |
+
The Social Network Ads Dataset is an English Language dataset containing 400 entries of customer information and their purchasing behavior
|
27 |
|
|
|
28 |
|
|
|
29 |
|
30 |
+
## Dataset Structure
|
31 |
|
32 |
+
### Data Instances
|
33 |
+
For each instance, there is an integer for the age, an integer for the estimated salary, and the purchased feature has 2 possible values , 0 and 1 which correspond to No and Yes respectively.
|
34 |
|
35 |
+
{'Age': '19',
|
36 |
+
'EstimatedSalary': '19000',
|
37 |
+
'Purchased': '0'}
|
38 |
|
39 |
+
### Data Fields
|
40 |
+
- **Age:** an integer stating the age of a customer
|
41 |
+
- **EstimatedSalary:** an integer stating the salary of the customer
|
42 |
+
- **Purchased:** an integer either 0 or 1, indicating no purchase or a purchase has occured
|
43 |
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
### Dataset Sources [optional]
|
46 |
|