pastas.model.Model.fit_report ============================= .. py:method:: pastas.model.Model.fit_report(full_output: bool = False, **kwargs) -> str Fit report of the model solve. :param full_output: If True, a full fit report is generated with all the optional features from the solvers' fit report set to True. :type full_output: bool, optional :param \*\*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** :rtype: str .. seealso:: :py:obj:`ml.solver.fit_report` .. rubric:: Examples >>> print(ml.fit_report()) .. !! processed by numpydoc !!