eli5.lightgbm ============= eli5 has LightGBM_ support - :func:`eli5.explain_weights` shows feature importances, and :func:`eli5.explain_prediction` explains predictions by showing feature weights. Both functions work for LGBMClassifier and LGBMRegressor. .. _LightGBM: https://github.com/Microsoft/LightGBM .. automodule:: eli5.lightgbm :members: