Skip to content

Batch learning AnchorTabularExplainer? #73

@Piyushbalwani

Description

@Piyushbalwani

How can we run anchor_tabular.AnchorTabularExplainer in batch incrementally for large set of training data? I need help to do adaptively learning after laoding anchor_tabular.AnchorTabularExplainer learned from previous chunk of data. Thanks!!!

explainer = anchor_tabular.AnchorTabularExplainer(
    dataset.class_names,
    dataset.feature_names,
    train_chunk_i,
    dataset.categorical_names)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions