Chapter 4: Predicting Numerical Values with Linear Regression
Predicting numerical measures could be extremely valuable for companies that need to plan their strategies in terms of budgets and resources. In most industries, predicting numbers could bring huge business advantages over their competition, and also enable new business scenarios.
Born from the statistics discipline, linear regression became one of the most well-known machine learning techniques to perform this kind of task. In data science, linear regression models are used to find and quantify the relationships between causes and effects among different variables. This kind of model can be very useful in different business scenarios where it's needed to make predictions on numerical measures.
In this chapter, we'll go through all the steps required to build a linear regression model while leveraging BigQuery ML, which simplifies and accelerates all the stages of the development process.
By following...