anchor icon indicating copy to clipboard operation
anchor copied to clipboard

Batch learning AnchorTabularExplainer?

Open Piyushbalwani opened this issue 3 years ago • 1 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)

Piyushbalwani avatar Jul 21 '21 03:07 Piyushbalwani

Sorry, I don't understand the question

marcotcr avatar Jul 29 '21 23:07 marcotcr