
Autism Screening Adult
Donated on 12/23/2017
Autistic Spectrum Disorder Screening Data for Adult. This dataset is related to classification and predictive tasks.
Dataset Characteristics
-
Subject Area
Social Science
Associated Tasks
Classification
Feature Type
Integer
# Instances
704
# Features
20
Dataset Information
Additional Information
See attached variables' description file
Has Missing Values?
Yes
Variables Table
| Variable Name | Role | Type | Demographic | Description | Units | Missing Values |
|---|---|---|---|---|---|---|
| A1_Score | Feature | Integer | no | |||
| A2_Score | Feature | Integer | no | |||
| A3_Score | Feature | Integer | no | |||
| A4_Score | Feature | Integer | no | |||
| A5_Score | Feature | Integer | no | |||
| A6_Score | Feature | Integer | no | |||
| A7_Score | Feature | Integer | no | |||
| A8_Score | Feature | Integer | no | |||
| A9_Score | Feature | Integer | no | |||
| A10_Score | Feature | Integer | no |
0 to 10 of 21
Additional Variable Information
See attached variables' description file
Dataset Files
| File | Size |
|---|---|
| Autism-Adult-Data.arff | 58.4 KB |
| Autism-Screening-Adult-Data Description.docx | 38.5 KB |
Download (43.9 KB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset autism_screening_adult = fetch_ucirepo(id=426) # data (as pandas dataframes) X = autism_screening_adult.data.features y = autism_screening_adult.data.targets # metadata print(autism_screening_adult.metadata) # variable information print(autism_screening_adult.variables)
0 citations
25737 views
Citation
Thabtah, F. (2017). Autism Screening Adult [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5F019.
Style:
Creators
Fadi Thabtah
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.