By Gianluca Campanella (g.campanella@estimand.com)
This repository contains teaching materials (slides and Jupyter Notebooks) for the part-time Data Science course at General Assembly London.
By the end of the course, you should be able to:
- Apply the Data Science workflow to solve problems with data
- Load, manipulate, and summarise data using
pandas
- Produce basic data visualisations using
matplotlib
andseaborn
- Perform hypothesis testing, and interpret the output of generalised linear models
- Build and validate predictive models using
sklearn