GitHunt
SO

Soumyapro/Parkinson-Disease-Prediction

This project predicts Parkinson's disease using machine learning models.

Parkinson's Disease Prediction

Parkinson's Disease

Overview

This project predicts Parkinson's disease using machine learning models.

Table of Contents

Installation

To get started, clone the repository and install the required dependencies.

Models

  1. Logistic Regression: A basic linear model used for binary classification.
  2. XGBoost: An ensemble method known for its performance and efficiency in classification tasks. It provided the best results for this project.
  3. Support Vector Classifier (SVC): A powerful classifier that works well for both linear and non-linear problems.

Among the models tested, XGBoost yielded the best results in terms of classification metrics.

Clone the Repository

git clone https://github.com/Soumyapro/parkinsons-disease-prediction.git
cd parkinsons-disease-prediction

Languages

Jupyter Notebook100.0%

Contributors

Created August 22, 2024
Updated August 22, 2024