pastas.check.rsq_geq_threshold#

pastas.check.rsq_geq_threshold(ml: pastas.model.Model, threshold: float = 0.7)#

Check R^2 >= threshold.

Parameters:
  • ml (pastas.Model) – Pastas model instance.

  • threshold (float) – Threshold value for the R^2 statistic.

Returns:

df – DataFrame with the results of the check.

Return type:

pandas.DataFrame