plot_importances

lstchain.visualization.plot_dl2.plot_importances(model, features_names, ax=None, **kwargs)

plot features importances

Parameters:
model: scikit-learn model
features_names: list
ax: `matplotlib.pyplot.axes`
kwargs: kwargs for `matplot.pyplot.barh`
Returns:
ax: matplotlib.pyplot.axis