Skip to content

Commit

Permalink
Merge pull request #818 from Varunshiyam/Fixdes-#816
Browse files Browse the repository at this point in the history
Fixdes #816 Hepatitis Prediction Model
  • Loading branch information
UppuluriKalyani authored Nov 8, 2024
2 parents 3a7c9ce + c3d8fe8 commit 0745192
Show file tree
Hide file tree
Showing 2 changed files with 936 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Prediction Models/Hepatitis Prediction/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Hepatitis Prediction Model

## Project Overview
The Hepatitis Prediction Model uses machine learning, specifically a Random Forest classifier, to predict the likelihood of hepatitis in patients. This model was trained on historical patient data and includes various features that represent patient health metrics. The goal is to provide a tool for early detection, aiding in timely intervention and improving patient outcomes.

## Problem Statement
Hepatitis is a potentially deadly disease that can be mitigated with early diagnosis. Traditional diagnostic methods can be costly and time-consuming, often requiring multiple tests and symptom evaluations. This model provides a predictive solution based on health data, offering a quicker and more accessible pre-screening option to identify at-risk patients.

## Features
- Random Forest classifier for hepatitis prediction
- Health metrics and risk factors as input features
- Model evaluation through accuracy, precision, and recall metrics

## Dataset
The model is trained on a dataset containing patient health data, including demographics and various health indicators relevant to hepatitis risk.
Loading

0 comments on commit 0745192

Please sign in to comment.