- 9:30-10:30
- Welcome and Introduction to the Course
- Lecture: Causal Inference using Machine Learning
- 10:30-11:00
- Short Break
- 11:00-12:30
- Lecture: (continued)
- 12:30-13:30
- Lunch Break
- 13:30-15:00
- Practical Part 1: Guided Example
- 15:00-15:30
- Short Break
- 15:30-17:00
- Practical Part 2: Do It Yourself
- Consolidation, Discussion and Next Steps
You will need a Python environment to complete the programming parts. The easiest option is to use Google Colab as it is ready to use straightaway. Alternatively, you can set up a local Python environment and run the code locally on your computer. If this is your choice, the latest Anaconda is recommended. Simply install it and you are ready to go. Instructions will be provided during the course about how to use Google Colab/Anaconda.
- Create a Google account if you do not have one already.
- Go to https://colab.research.google.com/.
- If you see a “Sign in” button in the top right corner of the screen, click it and sign in using your Google account. If you see your account’s profile picture instead, you are already signed in.
- In the top right corner of the screen, there is also a “Connect” button. Click it. A successful connection will confirm you are logged in correctly.
- Feel free to explore the default “Welcome to Colaboratory” notebook (the one opened by default when you visit the website). Execute some code cells and familiarise yourself with the environment. This step is entirely optional as we will cover this in the course.