matheusfacure / python-causality-handbook

Causal Inference for the Brave and True. A light-hearted yet rigorous approach to learning about impact estimation and causality.
https://matheusfacure.github.io/python-causality-handbook/landing-page.html
MIT License
2.65k stars 463 forks source link

Some small typos #271

Closed juanitorduz closed 1 year ago

juanitorduz commented 1 year ago

Here is a small PR with some small typos and improvements.

Fixed LaTex delta -> \delta

From

Then, for each part k, we will estimate the ML models on all the other K-k samples and make the residuals on the k part.

To

Then, for each part k, we will estimate the ML models on all the other K-1 samples and make the residuals on the k part.

Typo rolot to rollout

juanitorduz commented 1 year ago
matheusfacure commented 1 year ago

Thanks a lot, Juan!