TL;DR
This study compares non-deep learning, deep learning, and ensemble methods for predicting sunspot numbers, introducing a novel ensemble model that outperforms existing models and provides accurate solar cycle forecasts.
Contribution
The paper introduces XGBoost-DL, an ensemble model combining deep learning models with XGBoost, achieving superior accuracy in sunspot number prediction.
Findings
XGBoost-DL outperforms other models with RMSE=25.70 and MAE=19.82
Forecasts a peak sunspot number of 133.47 in May 2025
Open-source Python package available for sunspot prediction
Abstract
Solar activity has significant impacts on human activities and health. One most commonly used measure of solar activity is the sunspot number. This paper compares three important non-deep learning models, four popular deep learning models, and their five ensemble models in forecasting sunspot numbers. In particular, we propose an ensemble model called XGBoost-DL, which uses XGBoost as a two-level nonlinear ensemble method to combine the deep learning models. Our XGBoost-DL achieves the best forecasting performance (RMSE = 25.70 and MAE = 19.82) in the comparison, outperforming the best non-deep learning model SARIMA (RMSE = 54.11 and MAE = 45.51), the best deep learning model Informer (RMSE = 29.90 and MAE = 22.35) and the NASA's forecast (RMSE = 48.38 and MAE = 38.45). Our XGBoost-DL forecasts a peak sunspot number of 133.47 in May 2025 for Solar Cycle 25 and 164.62 in November 2035…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMasked autoencoder
