Pritish Jadhav

Dynamic Product Pricing Using Python

Sun, 03 Jan 2021 by Pritish Jadhav / Data Science

Product pricing plays a pivotal role at various stages of a product lifecycle and has a direct impact on a brand’s bottom line. In this blog post, we shall use the explore-exploit strategy for determining the optimal price for a SINGLE product.

Read more

Crushing Fantasy Sports Leaderboard

Mon, 03 Dec 2018 by pritish jadhav / Data Science

With all the buzz around Indian Premier League (IPL), FIFA World Cup, Cricket World Cup-2019, fantasy sports websites like Dream11 are gaining traction. Fanatsy Sports Portal allows sports fans like me to be a part of it. Having said that, it is very difficult to keep track of all the players and their performance across the sports. In this Tutorial, I will try to automate the fantasy selection process so that the probability of winning a fantasy league is maximized.

Read more

Binary Classification using Logictic Regression using numpy

Sun, 08 Jul 2018 by pritish jadhav / Machine Learning

Logistic Regression is one the most basic algorithm on ML. With the likes of sklearn providing an off the shelf implementation of Linear Regression, it is very difficult to gain an insight on what really happens under the hood. This tutorial is aimed at implementing Logistic Regression from scratch in python using Numpy.

Read more

Linear regression using numpy

Fri, 08 Jun 2018 by pritish jadhav / Machine Learning

Linear Regression is one the most basic algorithm on ML. With the likes of sklearn providing an off the shelf implementation of Linear Regression, it is very difficult to gain an insight on what really happens under the hood. This tutorial is aimed at implementing Linear Regression from scratch in python using Numpy.

Read more