Skip to content

Reproducible explanations #114

@asha24choudhary

Description

@asha24choudhary

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions