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:
See also
ml.solver.fit_reportExamples
>>> print(ml.fit_report())