Dear Zindi,
Two questions:
1- Are the only data allowed to predict a value on a given date are data from previous dates until that said date (meaning one may not use data from the future)? which would make sense as a time series. But then again, I don't make the rules :-)
2- What is your definition of machine learning here ("Your solution must use machine learning.")? Does that include RNN and such?
Thanks
you can use RNN or any deep learning approach too..
I guess, you can use future data, there's nothing mentioned in the rules to prevent you from doing so. Also Deep Learing is a subset of Machine Learning, so RNN can definitely be used.