Home » Uncategorized

Beginners Guide to Regression Analysis and Plot Interpretations

This tutorial was written by Manish Saraswat. 

Introduction

“The road to machine learning starts with Regression. Are you ready?”

If you are aspiring to become a data scientist, regression is the first algorithm you need to learnmaster. Not just to clear job interviews, but to solve real world problems. Till today, a lot of consultancy firms continue to use regression techniques at a larger scale to help their clients. No doubt, it’s one of the easiest algorithms to learn, but it requires persistent effort to get to the master level.

Running a regression model is a no-brainer. A simple model <- y~x does the job. But optimizing this model for higher accuracy is a real challenge. Let’s say your model gives adjusted R² = 0.678; how will you improve it?

In this article, I’ll introduce you to crucial concepts of regression analysis with practice in R. Data is given for download below. Once you are finished reading this article, you’ll able to build, improve, and optimize regression models on your own. Regression has several types; however, in this article I’ll focus on linear and multiple regression.

Note: This article is best suited for people new to machine learning with requisite knowledge of statistics. You should have R installed in your laptops.

2808321199

Table of Contents

  1. What is Regression? How does it work?
  2. What are the assumptions made in Regression?
  3. How do I know if these assumptions are violated in my data?
  4. How can I improve the accuracy of a Regression Model?
  5. How can I access the fit of a Regression Model?
  6. Practice Time – Solving a Regression Problem

To check out all this information, click here. For other article about regression analysis, click here.

2808328653

Top DSC Resources

Follow us on Twitter: @DataScienceCtrl | @AnalyticBridge