pastas.model.Model.fit_report#

pastas.model.Model.fit_report(full_output: bool = False, **kwargs) str#

Fit report of the model solve.

Parameters:
  • full_output (bool, optional) – If True, a full fit report is generated with all the optional features from the solvers’ fit report set to True.

  • **kwargs – any argument that is passed to the fit_report method of the solver. See the documentation of the solver for more information.

Returns:

report

Return type:

str

See also

ml.solver.fit_report

Examples

>>> print(ml.fit_report())