Financial Time-Series Forecasting: Towards Synergizing Performance And Interpretability Within a Hybrid Machine Learning Approach
Shun Liu, Kexin Wu, Chufeng Jiang, Bin Huang, Danqing Ma
TL;DR
This study investigates Bitcoin price forecasting by integrating time-series preprocessing with both simple and complex models to balance interpretability and accuracy. It compares Linear Regression (OLS and Lasso), Decision Tree, and LSTM variants, using Holt-Winters as a baseline and emphasizing decomposition and autocorrelation analyses. The key finding is that Lasso regression delivers the best predictive performance while maintaining interpretability, whereas LSTM struggles to converge on this dataset. The work offers a practical framework for interpretable forecasting in volatile crypto markets and suggests extending the approach to other assets and real-time data scenarios.
Abstract
In the realm of cryptocurrency, the prediction of Bitcoin prices has garnered substantial attention due to its potential impact on financial markets and investment strategies. This paper propose a comparative study on hybrid machine learning algorithms and leverage on enhancing model interpretability. Specifically, linear regression(OLS, LASSO), long-short term memory(LSTM), decision tree regressors are introduced. Through the grounded experiments, we observe linear regressor achieves the best performance among candidate models. For the interpretability, we carry out a systematic overview on the preprocessing techniques of time-series statistics, including decomposition, auto-correlational function, exponential triple forecasting, which aim to excavate latent relations and complex patterns appeared in the financial time-series forecasting. We believe this work may derive more attention and inspire more researches in the realm of time-series analysis and its realistic applications.
