BaseExperiment.print_coefficients# BaseExperiment.print_coefficients(round_to=None)[source]# Ask the model to print its coefficients. Parameters: 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