interpret-text icon indicating copy to clipboard operation
interpret-text copied to clipboard

A library that incorporates state-of-the-art explainers for text-based machine learning models and visualizes the result with a built-in dashboard.

Results 92 interpret-text issues
Sort by recently updated
recently updated
newest added

1. Setup build and test pipeline 2. Get tests to run faster 3. Restructure tests more like interpret-community

infrastructure

Hi experts, Install packages (Jupyter Widget) failed with the following error on Azure ML Compute Instance. Any workaround on this ? ```bash (interpret_gpu) azureuser@interpretml:/mnt/batch/tasks/shared/LS_root/mounts/clusters/interpretml/code/Users/keonabut/interpret-text/python$ jupyter nbextension install interpret_text.experimental.widget --py --sys-prefix...

This issue will remove duplicated "utils_bert" and other model code that is copied over from utils_nlp. Tasks: 1. identify duplicate utils_nlp/models code 2. add pip install nlp_recipes to setup 3....

improvement

review the usage for all true_y for all explainers in explain_local()

enhancement

Looking through the API differences between interpret-text-contrib and intpret we found 3 explain_local calls in interpret-text-contrib: - def explain_local(self, input_text, abs_sum_to_one=False): - def explain_local(self, text: str, **kwargs) -> _create_local_explanation: -...

pypi release

- Benchmark framework should capture the slowness

enhancement
optimization

unified_information - predicted_labels introspect_rationale - hard_importances - preprocessor

enhancement
question