Gradient Boosting Decision Tree with LSTM for Investment Prediction
Chang Yu, Fang Liu, Jie Zhu, Shaobo Guo, Yifan Gao, Zhongheng Yang, Meiwei Liu, Qianwen Xing

TL;DR
This paper introduces a hybrid ensemble framework combining LSTM networks with LightGBM and CatBoost to enhance stock price prediction accuracy, outperforming individual models by 10-15% across various metrics.
Contribution
The paper presents a novel hybrid ensemble approach integrating sequential and tree-based models for improved financial time-series forecasting.
Findings
Ensemble model improves prediction accuracy by 10-15%.
Framework reduces errors during market fluctuations.
Benchmarking across multiple models establishes performance standards.
Abstract
This paper proposes a hybrid framework combining LSTM (Long Short-Term Memory) networks with LightGBM and CatBoost for stock price prediction. The framework processes time-series financial data and evaluates performance using seven models: Artificial Neural Networks (ANNs), Convolutional Neural Networks (CNNs), Bidirectional LSTM (BiLSTM), vanilla LSTM, XGBoost, LightGBM, and standard Neural Networks (NNs). Key metrics, including MAE, R-squared, MSE, and RMSE, are used to establish benchmarks across different time scales. Building on these benchmarks, we develop an ensemble model that combines the strengths of sequential and tree-based approaches. Experimental results show that the proposed framework improves accuracy by 10 to 15 percent compared to individual models and reduces error during market changes. This study highlights the potential of ensemble methods for financial…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Financial Distress and Bankruptcy Prediction · Energy Load and Power Forecasting
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Masked autoencoder
