SklearnModelAdapter.print_coefficients# SklearnModelAdapter.print_coefficients(labels, round_to=None)[source]# Print sklearn 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