Skip to content

This project aims to predict the risk of Dengue fever in a region based on various environmental variables, including temperature, humidity, precipitation, and other environemental condition. The project uses a dataset from Kaggle containing information about Dengue outbreaks in various cities in Latin America and the Caribbean.

Notifications You must be signed in to change notification settings

RENJITHVS/Dengue-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Dengue Fever Predictor

This project aims to predict the risk of Dengue fever in a region based on various environmental variables, including temperature, humidity, precipitation, and other environemental condition.

The project uses a dataset from Kaggle containing information about Dengue outbreaks in various cities in Latin America and the Caribbean. The dataset includes information about climate, demographics, and location for each city.

The machine learning model used in this project is a Random Forest algorithm, which is known for its ability to handle complex datasets with many variables. The model was trained on a subset of the data and evaluated using cross-validation techniques to ensure its accuracy.

The project includes a Jupyter Notebook with the code for data preprocessing, feature engineering, model training, and evaluation. The notebook also includes visualizations of the data and model performance.

To use the Dengue Fever Predictor, users can input the environmental variables for their region and receive a prediction of the risk of Dengue fever outbreak.

Requirements

  • Python 3.x
  • Jupyter Notebook
  • Pandas
  • NumPy
  • Scikit-learn
  • Matplotlib
  • Seaborn

Installation and Usage

  1. Clone the repository:
git clone https://github.com/RENJITHVS/Dengue-Predictor.git
  1. Install the required packages:
pip install pandas numpy scikit-learn matplotlib seaborn
  1. Launch Jupyter Notebook and open the Dengu Prediction file.

  2. Follow the instructions in the notebook to preprocess the data, train the model, and make predictions.

Credits

This project was created by Renjith V S. The dataset used in this project was obtained from Kaggle is added as final.csv

License

This project is licensed under the MIT License.

About

This project aims to predict the risk of Dengue fever in a region based on various environmental variables, including temperature, humidity, precipitation, and other environemental condition. The project uses a dataset from Kaggle containing information about Dengue outbreaks in various cities in Latin America and the Caribbean.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published