Objective
The primary objective of this project is to predict the direction of movement of bitcoin price at the end of next minute using machine learning
Issues to tackle
- Avoiding data leakage: using information from the future
- Robust sampling: reduce overlap between feature bars to make it close to iid
- Ensembling: Single model usually captures very little signal. Ensembles may capture more signal without overfitting. Out-of-the-box methods such as stacking should be tried.
- Establish the relationship between news published on previous day and the current day’s close price