Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch learning AnchorTabularExplainer? #73

Open
Piyushbalwani opened this issue Jul 21, 2021 · 1 comment
Open

Batch learning AnchorTabularExplainer? #73

Piyushbalwani opened this issue Jul 21, 2021 · 1 comment

Comments

@Piyushbalwani
Copy link

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)
@marcotcr
Copy link
Owner

Sorry, I don't understand the question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants