-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #818 from Varunshiyam/Fixdes-#816
Fixdes #816 Hepatitis Prediction Model
- Loading branch information
Showing
2 changed files
with
936 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.