marcotcr / anchor

Code for "High-Precision Model-Agnostic Explanations" paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch learning AnchorTabularExplainer?

Piyushbalwani opened this issue · comments

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)

Sorry, I don't understand the question