TRAVIS_PYTHON_VERSION=3.6 TRAVIS_OS_NAME=linux TOXENV=py36-legacy <<<<<< ENV .coveragerc .gitignore .travis.yml CHANGES.rst LICENSE.txt MANIFEST.in README.rst _ci/runtests_default.sh _ci/runtests_extra.sh _ci/runtests_nodeps.sh codecov.yml constraints-test.txt docs/Makefile docs/README.rst docs/make.bat docs/requirements.txt docs/source/_notebooks/debug-sklearn-crfsuite.rst docs/source/_notebooks/debug-sklearn-text.rst docs/source/_notebooks/keras-image-classifiers.rst docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_13_1.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_19_0.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_22_0.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_24_0.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_26_0.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_26_1.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_31_1.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_31_3.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_31_5.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_41_0.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_43_0.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_45_0.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_47_0.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_50_0.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_53_1.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_53_3.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_56_1.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_56_3.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_5_1.png docs/source/_notebooks/keras-image-classifiers_files/keras-image-classifiers_7_1.png docs/source/_notebooks/text-explainer.rst docs/source/_notebooks/xgboost-titanic.rst docs/source/_static/rtd_overrides.css docs/source/autodocs/base.rst docs/source/autodocs/catboost.rst docs/source/autodocs/eli5.rst docs/source/autodocs/formatters.rst docs/source/autodocs/index.rst docs/source/autodocs/keras.rst docs/source/autodocs/lightgbm.rst docs/source/autodocs/lightning.rst docs/source/autodocs/lime.rst docs/source/autodocs/permutation_importance.rst docs/source/autodocs/sklearn.rst docs/source/autodocs/sklearn_crfsuite.rst docs/source/autodocs/xgboost.rst docs/source/blackbox/index.rst docs/source/blackbox/lime.rst docs/source/blackbox/permutation_importance.rst docs/source/changes.rst docs/source/conf.py docs/source/contribute.rst docs/source/index.rst docs/source/libraries/catboost.rst docs/source/libraries/index.rst docs/source/libraries/keras.rst docs/source/libraries/lightgbm.rst docs/source/libraries/lightning.rst docs/source/libraries/sklearn.rst docs/source/libraries/sklearn_crfsuite.rst docs/source/libraries/xgboost.rst docs/source/lime.rst docs/source/overview.rst docs/source/static/char-ngrams.png docs/source/static/crf.png docs/source/static/gradcam-catdog.png docs/source/static/weights.png docs/source/static/word-highlight.png docs/source/tutorials/black-box-text-classifiers.rst docs/source/tutorials/index.rst docs/source/tutorials/keras-image-classifiers.rst docs/source/tutorials/sklearn-text.rst docs/source/tutorials/sklearn_crfsuite.rst docs/source/tutorials/xgboost-titanic.rst docs/update-notebooks.sh eli5/__init__.py eli5/_decision_path.py eli5/_feature_importances.py eli5/_feature_names.py eli5/_feature_weights.py eli5/_graphviz.py eli5/base.py eli5/base_utils.py eli5/catboost.py eli5/explain.py eli5/formatters/__init__.py eli5/formatters/as_dataframe.py eli5/formatters/as_dict.py eli5/formatters/features.py eli5/formatters/fields.py eli5/formatters/html.py eli5/formatters/image.py eli5/formatters/text.py eli5/formatters/text_helpers.py eli5/formatters/trees.py eli5/formatters/utils.py eli5/ipython.py eli5/keras/__init__.py eli5/keras/explain_prediction.py eli5/keras/gradcam.py eli5/lightgbm.py eli5/lightning.py eli5/lime/__init__.py eli5/lime/_vectorizer.py eli5/lime/lime.py eli5/lime/samplers.py eli5/lime/textutils.py eli5/lime/utils.py eli5/permutation_importance.py eli5/sklearn/__init__.py eli5/sklearn/_span_analyzers.py eli5/sklearn/explain_prediction.py eli5/sklearn/explain_weights.py eli5/sklearn/permutation_importance.py eli5/sklearn/text.py eli5/sklearn/transform.py eli5/sklearn/treeinspect.py eli5/sklearn/unhashing.py eli5/sklearn/utils.py eli5/sklearn_crfsuite/__init__.py eli5/sklearn_crfsuite/explain_weights.py eli5/templates/explain.html eli5/templates/feature_importances.html eli5/templates/styles.html eli5/templates/target_header.html eli5/templates/transition_features.html eli5/templates/weighted_spans.html eli5/templates/weights.html eli5/templates/weights_table.html eli5/templates/weights_table_row.html eli5/transform.py eli5/utils.py eli5/xgboost.py notebooks/Debugging scikit-learn text classification pipeline.ipynb notebooks/LIME and synthetic data.ipynb notebooks/Permutation Importance vs inspection.ipynb notebooks/TextExplainer.ipynb notebooks/explain_text_prediction.ipynb notebooks/explain_text_prediction_char.ipynb notebooks/explain_text_prediction_unhashing.ipynb notebooks/imagenet-samples/cat_dog.jpg notebooks/keras-image-classifiers.ipynb notebooks/sklearn-crfsuite.ipynb notebooks/titanic-train.csv notebooks/xgboost-titanic.ipynb requirements-test.txt requirements.txt setup.cfg setup.py tests/__init__.py tests/conftest.py tests/images/box_5x5_l.png tests/images/box_5x5_rgb.png tests/images/box_5x5_rgba.png tests/images/cat_dog.jpg tests/test_base.py tests/test_base_utils.py tests/test_catboost.py tests/test_feature_names.py tests/test_formatters.py tests/test_formatters_as_dataframe.py tests/test_formatters_as_dict.py tests/test_formatters_html.py tests/test_formatters_image.py tests/test_formatters_text.py tests/test_formatters_text_helpers.py tests/test_formatters_utils.py tests/test_ipython.py tests/test_keras.py tests/test_keras_integration.py tests/test_lightgbm.py tests/test_lightning.py tests/test_lime.py tests/test_lime_textutils.py tests/test_lime_utils.py tests/test_permutation_importance.py tests/test_samplers.py tests/test_sklearn_crfsuite.py tests/test_sklearn_explain_prediction.py tests/test_sklearn_explain_weights.py tests/test_sklearn_permutation_importance.py tests/test_sklearn_text.py tests/test_sklearn_transform.py tests/test_sklearn_treeinspect.py tests/test_sklearn_unhashing.py tests/test_sklearn_utils.py tests/test_sklearn_vectorizers.py tests/test_utils.py tests/test_xgboost.py tests/utils.py tests/utils_image.py tox.ini <<<<<< network # path=/home/travis/build/TeamHG-Memex/eli5/coverage.xml /home/travis/build/TeamHG-Memex/eli5 <<<<<< EOF