Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 609 Bytes

File metadata and controls

27 lines (16 loc) · 609 Bytes

Linear Regressions

Overview

Today we're looking at tools for predictive analysis. A key tool for that analysis is Linear Regressions.

Don't be scared by the math. By understanding a few fundamental concepts we'll be able to do a lot.

Class Outline

Learning Objectives

Students will be able to

Describe and Define

  • Role of regressions in predictive analysis
  • Dependent and Independent variables
  • Fitting a model

Execute

  • Plot and display a linear regression
  • Split data into train and test samples
  • Draw conclusions from models