Linear regression - predicting a continuous outcome

There are a variety of statistical techniques available that can be used for prediction. Their usage is defined by the type of the dependent variable (continuous/categorical). A different technique or algorithm is required to solve these two different categories. We can use linear regression to predict a continuous variable and logistic regression for a categorical variable. A plethora of other techniques are available for these cases, but let's start solving the problem of predicting a continuous variable using linear regression.

Prelude

Before we begin understanding what we are going to build, let's take a moment to clearly understand the requirements from John's team and also study about how ...

Get Smarter Decisions – The Intersection of Internet of Things and Decision Science now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.