Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.88 KB

README.md

File metadata and controls

45 lines (24 loc) · 1.88 KB

EDA DEMO

Kidney Disease Prediction

This project aims to predict the presence of kidney disease based on various symptoms and demographics information using machine learning techniques.

Overview

Chronic Kidney Disease (CKD) is a significant public health concern globally, affecting millions of individuals and posing substantial challenges to healthcare systems worldwide. Timely detection and accurate prediction of CKD progression are crucial for effective management and intervention strategies, aiming to mitigate its adverse outcomes and improve patient care. Machine learning (ML) techniques have emerged as valuable tools in healthcare, offering promising avenues for early detection and prediction of various diseases, including CKD. By leveraging large-scale patient data, ML models can identify intricate patterns and risk factors associated with CKD onset and progression, enabling healthcare providers to make informed decisions and intervene proactively.

Environment

  • Google Colab

Libraries

  • numpy
  • pandas
  • matplotlib
  • seaborn

Dataset

The dataset used in this project is sourced from Kaggle. It contains information about individual symptoms, demographic characteristics, and CKD presence (target variable).

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
  2. git clone: (https://github.com/kausik-t/EDA_Demo.git)
  3. Run the Colab notebook:

Usage

The Colab notebook Kidney Disease Prediction.ipynb contains the code for data preprocessing, model training, and evaluation. Follow the instructions in the notebook to execute the code and train the machine learning model.

Results

The trained model achieves an accuracy of approximately 75% on the test dataset. Detailed evaluation metrics are provided in the notebook.