Forecasting Drought Using Machine Learning in California
Nan K. Li, Angela Chang, David Sherman

TL;DR
This study applies various machine learning models, especially LSTM, to forecast drought severity in California, achieving high accuracy and demonstrating the potential of data-driven approaches for drought prediction.
Contribution
It introduces the use of LSTM and other ML models for drought forecasting in California, comparing their performance and identifying optimal data and horizon parameters.
Findings
LSTM outperformed other models in drought prediction accuracy.
Using 30 weeks of data, LSTM forecasted 12-week drought scores with MAE of 0.33.
At least 24 weeks of historical data improve model performance.
Abstract
Drought is a frequent and costly natural disaster in California, with major negative impacts on agricultural production and water resource availability, particularly groundwater. This study investigated the performance of applying different machine learning approaches to predicting the U.S. Drought Monitor classification in California. Four approaches were used: a convolutional neural network (CNN), random forest, XGBoost, and long short term memory (LSTM) recurrent neural network, and compared to a baseline persistence model. We evaluated the models' performance in predicting severe drought (USDM drought category D2 or higher) using a macro F1 binary classification metric. The LSTM model emerged as the top performer, followed by XGBoost, CNN, and random forest. Further evaluation of our results at the county level suggested that the LSTM model would perform best in counties with more…
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
TopicsHydrology and Drought Analysis · Energy Load and Power Forecasting
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
