Giter Site home page Giter Site logo

covid_19-michigan's Introduction

Covid-19 Michigan

Objective

The goal of this project was to accurately predict the number of daily COVID-19 cases across different counties in Michigan using machine learning models. Accurate predictions would allow public health officials to better allocate resources and plan pandemic response measures.

Data

For this project, I've used a variety of datasets to predict the number of COVID-19 cases for various counties in the state of Michigan. The datasets include

Preprocessing

The data was preprocessed to handle missing values, smooth noise in case count time series data, align different data sources by date, normalize features, and split into train/validation/test sets.

Models & Evaluation

Models

Several models were developed and evaluated:

  1. Multi-Linear Regression: to model linear relationships between weather, mobility, and cases
  2. MLP Regressor: a neural network to uncover complex non-linear relationships
  3. Gaussian Mixture Model Clustering: to cluster counties by case patterns

The models were trained on historical data and tuned using cross-validation.

Evaluation

The models were evaluated on held-out test data using root mean squared error (RMSE). The best model (MLP Regressor) obtained an average RMSE of 4 cases across all counties.

Summary

In summary, the machine learning models were able to leverage detailed data to make accurate county-level case predictions to assist public health decision-making for pandemic planning and response.

covid_19-michigan's People

Contributors

bhanu-kanamarlapudi 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.