Skip to content

Commit

Permalink
Merge pull request #820 from Varunshiyam/Fixes-819
Browse files Browse the repository at this point in the history
Fixes 819 Horse Survival Prediction
  • Loading branch information
UppuluriKalyani authored Nov 8, 2024
2 parents 0745192 + 1a638cf commit 803b0e4
Show file tree
Hide file tree
Showing 2 changed files with 8,413 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Prediction Models/Horse_Survival_Prediction/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Horse Survival Prediction

## Project Overview
The Horse Survival Prediction project leverages machine learning models to predict the likelihood of survival in horses based on clinical data and various health indicators. This tool is intended to support veterinarians and animal care facilities by providing insights into the probable outcomes of medical interventions, enabling more informed and timely decisions.

## Problem Statement
Predicting the survival of horses after medical intervention remains challenging due to numerous health variables and varying responses to treatments. Traditional assessments rely heavily on clinical experience and subjective judgement. This project aims to use machine learning for more accurate predictions, creating a reliable tool for risk assessment and decision-making in equine care.

## Features
- Implements multiple machine learning models, including:
- Random Forest
- Decision Tree
- Support Vector Machine (SVM)
- Provides survival predictions based on health and clinical data
- Model evaluation metrics include accuracy, precision, and recall

## Dataset
The model is trained on a dataset of historical clinical records of horses, which includes various health indicators and survival outcomes.

Loading

0 comments on commit 803b0e4

Please sign in to comment.