Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 491 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 491 Bytes

Bayesian hydrological modeling

This repository contains code for my mini Project on Bayesian treatment of hydrological models. You can read my project's report here.

Requirements

  • Python version: 3.7.5.

You might want to create a new virtual environment using pyenv or conda. Please make sure to run pip install -r requirements.txt before running any piece of code.

Introduction