'How to perform a split on data when you depend on dates? (python)
I'm working on a project where I predict the value of a cryptocurrency the next day. The data provided has the Date and Price of each respective currency. The problem is, since the data refers back to 2017, some cryptocurrencies didn't exist there yet. So, I can't make predictions of a cryptocurrency, considering a data where it didn't exist. How should I split (train/test) my data? Or should I separate each cryptocurrency into a different dataset? Would that be efficient taking into account I have to automate my model as much as possible? Thank you.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
