- Simple linear regression is about building a line that models the relationship between two quantitative variables.
- Correlation coefficients are a measure that can inform you about the strength and direction of a linear relationship.
- The most common way to visualize simple linear regression is using a scatterplot.
- A line is defined by an intercept and slope, which you found using the statsmodels library in Python.
Comments
Post a Comment