Introduction
This course introduces the basics of statistics and machine learning in the context of Python. It covers:
- Inferential statistics, such as the bootstrap, p-values, and confidence intervals.
- Methods for constructing and evaluating statistical estimators.
- The fundamentals of the two most important regression models: Linear regression and logistic regression.
Additionally, the course introduces students to the Python packages NumPy, SciPy, and statsmodels