Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Applied Supervised Learning with R

You're reading from   Applied Supervised Learning with R Use machine learning libraries of R to build models that solve business problems and predict future trends

Arrow left icon
Product type Paperback
Published in May 2019
Publisher
ISBN-13 9781838556334
Length 502 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Jojo Moolayil Jojo Moolayil
Author Profile Icon Jojo Moolayil
Jojo Moolayil
Karthik Ramasubramanian Karthik Ramasubramanian
Author Profile Icon Karthik Ramasubramanian
Karthik Ramasubramanian
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Applied Supervised Learning with R
Preface
1. R for Advanced Analytics FREE CHAPTER 2. Exploratory Analysis of Data 3. Introduction to Supervised Learning 4. Regression 5. Classification 6. Feature Selection and Dimensionality Reduction 7. Model Improvements 8. Model Deployment 9. Capstone Project - Based on Research Papers Appendix

Linear Regression


Let's revisit the multiple linear regression from Chapter 3, Introduction to Supervised Learning. The following equation is the mathematical representation of a linear equation, or linear predictor function, with p explanatory variables and n observations:

Where each is a vector of column values (explanatory variable) and is the unknown parameters or coefficients. , makes this equation suitable for simple linear regression. There are many algorithms to fit this function onto the data. The most popular one is Ordinary Least Square (OLS).

Before understanding the details of OLS, first let's interpret the equation we got while trying to fit the Beijing PM2.5 data from the model building section of simple and multiple linear regression from Chapter 3, Introduction to Supervised Learning.

If we substitute the values of regression coefficients, and from the output of the lm() function, we get:

The preceding equation attempts to answer the question "Are the factors DEWP, TEMP...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime