March 2019
Beginner to intermediate
448 pages
13h 14m
English
In this recipe, we will load a dataset containing how many people walk on a street, the weather (rainy or sunny), and a hidden variable state (whether the station is closed or open). The objective will be to determine what's the most likely status for the station, given that we can't observe it:
data = read.csv("./subway_data.csv")
Read now
Unlock full access