PyMCForecastAdapter.print_coefficients# PyMCForecastAdapter.print_coefficients(labels, round_to=None)[source]# Print posterior summaries of the model’s scalar parameters. Parameters: labels (list[str]) – Design-matrix labels; ignored by forecasting models. round_to (int | None) – Number of significant figures to round to. Return type: None