Loading...
learn about different patterns in times series
walk through the general procedure for training machine learning algorithms
get to know how to test predictions on Kaggle
get an impression of current developments in AI
for graphical analyses of time series
complete the sections on „“ and „“ from Module 4 of the course Python for Data Analytics by Deeplearning.ai (about 2 hours).
download the test data set from Kaggle and merge it with your current data set.
write code to split your dataset into a training dataset from 01.07.2013 to 31.07.2017, a validation dataset from 01.08.2017 to 31.07.2018, and the test set from 01.08.2018 to 31.07.2019. (Ensure that the number of rows and the defined IDs match those in the downloaded test dataset!)