An open API service indexing awesome lists of open source software.

https://github.com/soumyapro/parkinson-disease-prediction

This project predicts Parkinson's disease using machine learning models.
https://github.com/soumyapro/parkinson-disease-prediction

logistic-regression numpy pandas scikit-learn svc xgboost

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Parkinson's Disease Prediction

![Parkinson's Disease](parkinson.jpg)

## Overview

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

## Table of Contents

- [Installation](#installation)
- [Models](#models)

## 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

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