R.A. Collenteur, University of Graz, 2020
In this notebook various methods to improve the calibration of Pastas models will be discussed.
[1]:
import pandas as pd import matplotlib.pyplot as plt import pastas as ps ps.show_versions()
Python version: 3.7.8 | packaged by conda-forge | (default, Jul 31 2020, 02:37:09) [Clang 10.0.1 ] Numpy version: 1.18.5 Scipy version: 1.4.0 Pandas version: 1.1.2 Pastas version: 0.16.0b Matplotlib version: 3.1.3
[ ]: