Chapter 4:
Regression
Learning Objectives
By the end of this chapter, you will be able to:
- Formulate regression problems
- Implement various types of regression approaches and its use cases
- Analyze and choose the right regression approach
- Connect statistics and machine learning through the lens of regression
- Deep dive into model diagnostics
In this chapter, we will focus on various type of regression and when to use which one along with demonstrations in R.
Introduction
In the previous chapter, we understood linear regression models and the linear relationship between an input variable (independent variable) and a target variable (dependent variable or explanatory variable). If one variable is used as an independent variable, it is defined ...
Get Applied Supervised Learning with R 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.