Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Understanding Regression Techniques
Rating: 4.5 out of 5(153 ratings)
3,685 students

Understanding Regression Techniques

An Introduction to Predictive Analytics for Data Scientists
Created byNajib Mozahem
Last updated 6/2019
English
English [Auto],

What you'll learn

  • Understand what regression is
  • Build linear regression models
  • Build logistic regression models
  • Build count models
  • Interpret regression results
  • Visualise the results
  • Test model assumptions

Course content

15 sections89 lectures7h 10m total length
  • Introduction3:15

    Explore linear regression, logistic regression, and current model regression, and learn when to use each for predictive analytics with intuitive interpretation and no heavy math.

  • Simple linear regression4:26

    Explore theory of simple linear regression and apply a best-fit line to relate attendance to GPA with a scatter plot and the equation y = a x + b.

  • The slope5:29

    Explain linear regression with y = a x + b, showing how the slope indicates how much y changes per one-unit increase in x, applied to GPA and attendance.

  • R-squared5:30

    Explore how linear regression uses r-squared to measure variation explained by attendance for GPA. A best fit line isn’t always good; higher r-squared means a better fit.

  • The p-value7:06

    Explore how the p-value evaluates statistical significance in regression, using the 0.05 threshold to distinguish luck from underlying effects, and interpret the slope's p-value.

  • Model fit2:34

    Explore linear regression of GPA on attendance, with a positive slope of 1.2 and an r-squared of 0.75, and a p-value below 0.05 indicating a significant, well-fitting model.

  • The residuals5:16

    Explore how residuals measure the difference between actual GPA and predicted GPA from a linear model using attendance. Observe how the scatter plot and predicted line illustrate model fit.

Requirements

  • none

Description

Included in this course is an e-book and a set of slides. The purpose of the course is to introduce the students to regression techniques. The course covers linear regression, logistic regression and count model regression. The theory behind each of these three techniques is described in an intuitive and non-mathematical way. Students will learn when to use each of these three techniques, how to test the assumptions, how to build models, how to assess the goodness-of-fit of the models, and how to interpret the results. The course does not assume the use of any specific statistical software. Therefore, this course should be of use to anyone intending on applying regression techniques no matter which software they use. The course also walks students through three detailed case studies.

Who this course is for:

  • Beginner data science students
  • Business statistics students