Code Monkey home page Code Monkey logo

malaria-prediction-and-planning-toolkit's Introduction

Malaria-Prediction-and-Planning-Toolkit

This is a toolkit that is used to help predict the number of malaria incidents in an area, and is able to see the status of malaria endemicity ๐Ÿš€

These tools train multiple models to predict Annual Paracite Incidence and Endemicity Status.

โญ For Endemicity Status I use the model :

  • K-NeighborsClassifier
  • Gaussian_NB
  • Bernouli_NB
  • DecisionTreeClassifier
  • RandomForestClassifier
  • AdaBosstClassifier
  • SVC
  • GradientBoostingClassifier
  • MLP [128, 32, 16, 8]

After Training All model for Endemysitey, i found DecisionTreeClassifier is the best model to predict status of malaria endemicity with accuracy 92.9 % ๐Ÿ˜„

โญ For predict the number of malaria incidents in an area I use the model :

  • Ridge
  • Lasso
  • K-NeighborsRegresor
  • DecisionTreeRegressor
  • RandomForestRegressor
  • GradientBoostingRegressor
  • SVR
  • AdaboostRegressor
  • MLP Regressor [128, 32, 16, 8]

After Training All model for Malaria Incidence, i found RandomForestRegressor is the best model to predict Number of malara incidence with accuracy 93.91 % ๐Ÿ˜„

๐Ÿ“บ DASHBOARD Malaria Prediction and Planning Toolkit

To improve the performance of this system, I added a dashboard that can see trends in malaria development with several important indicators, such as population density, climate change, rainfall, and the number of hospitals. And with this dashboard too, users can predict endemicity status and number of malaria incidence, by entering several important parameters such as:

  • the size of an area
  • population density (people/kilometers squared)
  • percentage of access to sanitation
  • rainfall
  • Number of health centers
  • number of specialized hospitals
  • number of regional public hospitals
  • poverty percentage
  • the number of residents with insurance
  • minimum temperature
  • maximum temperature
  • average temperature
  • total population

before using the dashboard, we have to install tabpy

pip install tabpy

and then run this command in your terminal

tabpy

and below is the display of the dashboard

dashboard

malaria-prediction-and-planning-toolkit's People

Contributors

muhammadjurej avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.