ModelAdapter.print_coefficients#

abstractmethod ModelAdapter.print_coefficients(labels, round_to=None)[source]#

Print model coefficients with labels.

Parameters:
  • labels (list[str]) – Coefficient names aligned with the fitted model.

  • round_to (int | None) – Number of significant figures to round to.

Return type:

None