Giter Site home page Giter Site logo

ximenasandoval / poisson_regression Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 1.0 374 KB

A small Poisson regression implementation

Home Page: https://ximenasandoval.github.io/2020/10/31/poisson.html

Jupyter Notebook 100.00%
machine-learning ml poisson-regression

poisson_regression's Introduction

Poisson Regression Model

We already know about the Linear Regression, which helps us answer questions like "How much will a house with these characteristics cost?". Or the the Logistic Regression, which is used to model the probability of a certain class or event existing such as pass/fail, win/lose, alive/dead or healthy/sick.

But, what happens when the questions are "How many costumers will come today?", "How many people are in line at the grocery store?", "How many...?", and one way to answer these questions is using the Poisson Regression Model.

Poisson Regression is used to model count data. For this, we assume the response variable Y has a Poisson Distribution, and assumes the logarithm of its expected value can be modeled by a linear combinations of unknown parameters.

In this notebook

You'll find in this notebook a simple implementation for the Poisson Regression, along with a little example with generated data โœจ

Want to know more about it?

Curious about the Poisson Regression? I got you! You can fin the full explanation on my blog

By the way, thanks for passing by โœจ ๐Ÿ’•

poisson_regression's People

Contributors

ximenasandoval avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

seanreed1111

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.