菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-24
📄 Abstract - A Comparative Study of Machine Learning Models for Hourly Forecasting of Air Temperature and Relative Humidity

Accurate short-term forecasting of air temperature and relative humidity is critical for urban management, especially in topographically complex cities such as Chongqing, China. This study compares seven machine learning models: eXtreme Gradient Boosting (XGBoost), Random Forest, Support Vector Regression (SVR), Multi-Layer Perceptron (MLP), Decision Tree, Long Short-Term Memory (LSTM) networks, and Convolutional Neural Network (CNN)-LSTM (CNN-LSTM), for hourly prediction using real-world open data. Based on a unified framework of data preprocessing, lag-feature construction, rolling statistical features, and time-series validation, the models are systematically evaluated in terms of predictive accuracy and robustness. The results show that XGBoost achieves the best overall performance, with a test mean absolute error (MAE) of 0.302 °C for air temperature and 1.271% for relative humidity, together with an average R2 of 0.989 across the two forecasting tasks. These findings demonstrate the strong effectiveness of tree-based ensemble learning for structured meteorological time-series forecasting and provide practical guidance for intelligent meteorological forecasting in mountainous cities.

顶级标签: machine learning model evaluation data
详细标签: time series forecasting meteorological prediction model comparison xgboost feature engineering 或 搜索:

机器学习模型用于气温和相对湿度小时预测的对比研究 / A Comparative Study of Machine Learning Models for Hourly Forecasting of Air Temperature and Relative Humidity


1️⃣ 一句话总结

本研究通过对比七种机器学习模型,发现XGBoost在预测重庆等复杂地形城市的每小时气温和湿度时表现最佳,为智能气象预报提供了实用方案。

源自 arXiv: 2603.23282