evalml.model_understanding.
get_linear_coefficients
Returns a dataframe showing the features with the greatest predictive power for a linear model.
estimator (Estimator) – Fitted linear model family estimator.
features (list[str]) – List of feature names associated with the underlying data.
Displaying the features by importance.
pd.DataFrame