eli5.xgboost ============ eli5 has XGBoost_ support - :func:`eli5.explain_weights` shows feature importances, and :func:`eli5.explain_prediction` explains predictions by showing feature weights. Both functions work for XGBClassifier and XGBRegressor. .. _XGBoost: https://github.com/dmlc/xgboost .. automodule:: eli5.xgboost :members: