GithubHelp home page GithubHelp logo

Comments (3)

eladcn avatar eladcn commented on June 30, 2024

Hey Kiara,

First of all - thank you for your kind words! I really appreciate that!

The equations for the cases and deaths models are the result of the polynomial regression process that we're doing in this code.
The aim of polynomial regression is to find a polynomial function of some degree that fits the data (i.e the coefficients of a polynomial function).
The code in this project takes the data from previous days (i.e cases and deaths in each day) and then fits a function to this data by running the polynomial regression algorithm using 'scikit-learn' library.
The result of this process is a model which contains the coefficients of the polynomial function that we fit to our data, and these coefficients can be used to express our polynomial function which is our equation.

I hope I explained it well enough :)

from coronavirus_prediction.

KiaraLicursi avatar KiaraLicursi commented on June 30, 2024

Ah that's what I initially thought, great! thank you very much :) and thank you for creating this code!

Kiara

from coronavirus_prediction.

eladcn avatar eladcn commented on June 30, 2024

You're welcome! I'm glad I could help!

from coronavirus_prediction.

Related Issues (4)

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.