Giter Club home page Giter Club logo

atharvakulkarniit / parkinsonstelemonitoringinsights Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 1.27 MB

This R-based data science project on the UCI Parkinson's dataset employs machine learning (Decision tree, Random Forest, SVM, XGBoost) with a focus on hyperparameter tuning and feature selection. This repository showcases insights into Parkinson's disease prediction using effective data science practices.

License: Other

R 100.00%
data-science feature-selection hyperparameter-tuning lasso-regularization parkinsons-telemonitoring-dataset r random-forest regression-models shiny-r uci xgboost-regression parkinsons-disease updrs-scale

parkinsonstelemonitoringinsights's Introduction

Parkinsons Telemonitoring Insights

Contributions Welcome Visitors LOC

Overview

This data science project in R aims to predict the severity of Parkinson's disease based on the UCI Parkinsons dataset using machine learning algorithms. The dataset includes various features related to Parkinson's symptoms, and we leverage decision tree, random forest, support vector machine (SVM) and XGBoost algorithms for prediction. Additionally, Lasso regularization is applied for feature selection to enhance model interpretability and efficiency.

Table of Contents

Dataset

We use the UCI Parkinsons dataset for this data science project. The dataset includes information about various symptoms and features related to Parkinson's disease.Motor UPDRS and Total UPDRS are target variables in this dataset.

Preprocessing

The data is preprocessed by scaling the features using min-max scaling to ensure uniformity and enhance model performance.

Feature Selection

Lasso regularization is applied for feature selection to identify the most relevant features, enhancing model interpretability and efficiency.

Models

Decision Tree

We employ a decision tree regression model to predict the severity of Parkinson's disease based on the dataset features.

Random Forest

A random forest regression model is utilized for predicting the severity of Parkinson's disease, offering an ensemble approach for improved accuracy.

Support Vector Machine (SVM)

The support vector machine is employed for regression to predict the severity of Parkinson's disease.

XGBoost

XGBoost, an efficient gradient boosting algorithm, is used to predict disease severity, providing a robust alternative to traditional models.

Hyperparameter Tuning

To optimize model performance, hyperparameter tuning is performed for each algorithm.

Evaluation

The performance of each model is evaluated using metrics such as RMSE (Root Mean Squared Error), R-squared and MAE (Mean Absolute Error).

Shiny App

A Shiny app is developed to provide an interactive interface for visualizing and analyzing the predictions made by the random forest model.

Usage

  1. Clone the repository.
  2. Ensure all project files are in the same folder.
  3. Open R Studio and set the working directory to the project folder.
  4. Install the required R libraries using the following command:
    install.packages(c("dplyr", "e1071", "rpart", "randomForest", "caTools", "corrplot", "xgboost", "Hmisc", "caret", "glmnet"))
  5. Run the following R scripts in order:
    • Data_Preprocessing.R: Preprocess the data and apply min-max scaling.
    • Decision_Tree.R: Run the decision tree regression model.
    • RandomForest.R: Train the random forest regression model and save .
    • SVM.R: Employ the support vector machine for regression.
    • XGBoost.R: Utilize XGBoost for predicting disease severity.
  6. Run the Shiny app by executing app.R. Ensure that the RF trained models files are in the same directory as the app.

Report

For a complete report or further inquiries, feel free to contact us via email click here.

Contributing

Contributions are welcome! Feel free to open issues or pull requests.

License

This project is licensed under the License. Please read carefully.

parkinsonstelemonitoringinsights's People

Contributors

atharvakulkarniit avatar yashkulkarni45 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

tejas466

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.