bugl
bugl
HomeLearnPatternsPathsSearch
HomeLearnPatternsPathsSearch

Loading lesson path

Learn/Data Science

Data Science

DS Advanced

DS Advanced focused on Data Science - Linear Regression and related concepts.

Lesson 1

Data Science - Linear Regression

We are missing one important variable that affects Calorie_Burnage, which is the Duration of the training session.

Read lesson →Loading…
Lesson 2

Data Science - Regression Table

The output from linear regression can be summarized in a regression table.

Read lesson →Loading…
Lesson 3

Data Science - Regression Table - Info

- 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…

Read lesson →Loading…
Lesson 4

Data Science - Regression Table - Coefficients

- Coef is short for coefficient. It is the output of the linear regression function.

Read lesson →Loading…
Lesson 5

Data Science - Regression Table: P-Value

Now, we want to test if the coefficients from the linear regression function has a significant impact on the dependent variable (Calorie_Burnage).

Read lesson →Loading…
Lesson 6

Data Science - Regression Table: R-Squared

R-Squared and Adjusted R-Squared describes how well the linear regression model fits the data points:

Read lesson →Loading…
Lesson 7

Data Science - Linear Regression Case

Create a Linear Regression Table with Average_Pulse and Duration as Explanatory Variables:

Read lesson →Loading…