--- dataset_info: features: - name: Age dtype: int64 - name: EstimatedSalary dtype: int64 - name: Purchased dtype: int64 splits: - name: train num_bytes: 9600 num_examples: 400 download_size: 3400 dataset_size: 9600 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for Social Network Ads Dataset ## Dataset Summary The Social Network Ads Dataset is an English Language dataset containing 400 entries of customer information and their purchasing behavior ## Dataset Structure ### Data Instances 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. {'Age': '19', 'EstimatedSalary': '19000', 'Purchased': '0'} ### Data Fields - **Age:** an integer stating the age of a customer - **EstimatedSalary:** an integer stating the salary of the customer - **Purchased:** an integer either 0 or 1, indicating no purchase or a purchase has occured ### Dataset Sources [optional] - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses ### Direct Use [More Information Needed] ### Out-of-Scope Use [More Information Needed] ## Dataset Structure [More Information Needed] ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Data Collection and Processing [More Information Needed] #### Who are the source data producers? [More Information Needed] ### Annotations [optional] #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] #### Personal and Sensitive Information [More Information Needed] ## Bias, Risks, and Limitations [More Information Needed] ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]