dabl.plot.plot_coefficients¶Visualize coefficients of a linear model.
Model coefficients.
Feature names for labeling the coefficients.
How many features to show. The function will show the largest (most positive) and smallest (most negative) n_top_features coefficients, for a total of 2 * n_top_features coefficients.