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
Different explainer algorithms (Anchors, numerical gradient eval of Counterfactuals) require batch model predictions. There is currently no check in place whether these would fit in memory, and if they don't, how to distribute them.