These are mainly the assignments from week 9 since we didn't get through all the material.

Use the lecture's Jupyter Notebook as a starting point.

Anomaly Detection

Classification Methods

  1. Head over to the Oslo City Bike webpage and download their 2016 data.
  2. Load the data into Spark and parse the timestamps of the starts of the trips.
  3. We'll now repeat the steps from the lecture.