Skip to content

Files

Latest commit

92246be · Jan 4, 2023

History

History

class-13

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 3, 2023
Jan 4, 2023
Dec 12, 2022

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