PyMCModelAdapter.print_coefficients#

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

Print PyMC model coefficients.

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