pyreal.explainers.DecisionTreeExplainer.fit#

DecisionTreeExplainer.fit(x_train_orig=None, y_train=None)[source]#

Fit this explainer object

Parameters:

x_train_orig – Training set to fit on, required if not provided on initialization