LinearRegression.print_coefficients#

LinearRegression.print_coefficients(labels, round_to=None)#

Print the model coefficients with their labels.

Parameters:
  • labels (list of str) – List of strings representing the coefficient names.

  • round_to (int, optional) – Number of significant figures to round to. Defaults to None, in which case 2 significant figures are used.

Return type:

None