Flash cards
Review the key moves
1/3
Core idea
What is the main idea behind Data Science - Regression Table - Info?
Lesson checks
Practice each idea before moving on
Short Mimo-style checks built from this lesson's code, terms, and sequence.
1Quick choice
Which statement best captures the main point of this lesson?
2Data move
Before charting or modeling a dataset, which move should come first?
The "Information Part" in Regression Table
- Dep. Variable: is short for "Dependent Variable". Calorie_Burnage is here the dependent variable. The Dependent variable is here assumed to be explained by Average_Pulse.
- Model: OLS is short for Ordinary Least Squares. This is a type of model that uses the Least Square method.
- Date: and Time: shows the date and time the output was calculated in Python.