A machine learning-based diagnostic model designed to predict Autism Spectrum Disorder (ASD) using personal, medical, and behavioral features. This project aims to assist early detection by analyzing survey-based responses, helping clinicians and researchers make informed decisions.
- Goal: To develop a predictive system for detecting autism likelihood based on ASD screening datasets.
- Dataset: Autism Screening Adult Dataset (UCI Machine Learning Repository).
- Model: Trained and evaluated multiple classification algorithms .
-
π Cleaned and preprocessed medical dataset
-
π Exploratory Data Analysis (EDA)
-
π Feature correlation heatmaps and visuals
-
π§ Multiple ML algorithms tested
-
π Best model selection based on accuracy and F1-score
-
π§ͺ Binary classification output (Yes/No for ASD)
-
Data Preprocessing
-
Handling missing values
-
Encoding categorical features
-
Normalization/Standardization
-
Exploratory Data Analysis
-
Distribution plots
-
Feature correlation heatmaps
-
Class imbalance analysis
-
Model Training & Evaluation
This project is licensed under the MIT License.