Skip to content

Commit

Permalink
Some cleanup of Ch4 notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanistheone committed Feb 18, 2024
1 parent d53cc09 commit 2d42fcf
Show file tree
Hide file tree
Showing 8 changed files with 2,925 additions and 937 deletions.
3 changes: 2 additions & 1 deletion notebooks/40_LINEAR_MODELS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ to check all the probability calculations for yourself.
- Multiple linear regression [42_multiple_linear_regression.ipynb](./42_multiple_linear_regression.ipynb)
- Interpreting linear models [43_interpreting_linear_models.ipynb](./43_interpreting_linear_models.ipynb)
- Regression with categorical predictors [44_regression_with_categorical_predictors.ipynb](./44_regression_with_categorical_predictors.ipynb)
- Generalized linear models [45_generalized_linear_models.ipynb](./45_generalized_linear_models.ipynb)
- Causal effects and confounders [45_causal_effects_and_confounders.ipynb](./45_causal_effects_and_confounders.ipynb)
- Generalized linear models [46_generalized_linear_models.ipynb](./46_generalized_linear_models.ipynb)

698 changes: 641 additions & 57 deletions notebooks/41_simple_linear_regression.ipynb

Large diffs are not rendered by default.

979 changes: 123 additions & 856 deletions notebooks/42_multiple_linear_regression.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 2d42fcf

Please sign in to comment.