Welcome to GRFlood
A Python package for flood forecasting
- GitHub repo: https://github.com/callback21/GRFlood
- PyPI: https://pypi.org/project/GRFlood
- Conda-forge: https://anaconda.org/conda-forge/GRFlood
- Free software: MIT license
Introduction
GRFlood is a Python package for flood forecasting by Training several popular statistical models to predict regional flooding,and compare the performance of each model.We will use the Root Mean Square Error(RMSE) metric to evaluate each model’s performance, and then normalize each of these statistics by dividing each of them by the difference of the max and min training values in order to make performance comparisons across models.