Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixdes #816 Hepatitis Prediction Model #818

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading