The Limits of Prediction
Introduction to Linear Modeling in Python
Jason Vestuto
Data Scientist
Interpolation
Interpolation
Interpolation
Interpolation
Interpolation
Domain of Validity
zoom in: data looks linear
model assumption:
a2*x**2 + a3*x**3
+ ... = zero.
build a linear model:
a0 + a1*x
zoom out: your model breaks
Extrapolating Too Far
Let's practice!
Introduction to Linear Modeling in Python
Preparing Video For Download...