Hi. I'm using MACE explainer and binary classification, can you tell me how can I make the explanations reproducible?
explainer = MACEExplainer(
training_data=tabular_data,
predict_function=predict_function)
test_instances = test[:5]
explanations = explainer.explain(test_instances)
Hope to hear from you soon. Thank you!