You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AutoML API should be extended with explain() method. This method will compute explanations (if available, explain_level=2) for each sample. The explanations will be computed with SHAP method.
To check, can SHAP be used with Ensemble? In theory, yes, but need to check in the practice.