cxplain
Causal Explanation (CXPlain) is a method for explaining the predictions of any machine-learning model.
File Explorer
Download Latest Version (.zip)- __init__.py
- base_masking.py
- masking_util.py
- word_drop_masking.py
- zero_masking.py
- __init__.py
- base_model_builder.py
- mlp.py
- rnn.py
- unet.py
- __init__.py
- model_serialiser.py
- pickle_model_serialisation.py
- tf_model_serialisation.py
- __init__.py
- causal_loss.py
- numpy_math_interface.py
- tensorflow_cxplain.py
- tf_math_interface.py
- validation.py
- __init__.py
- count_vectoriser.py
- test_util.py
- __init__.py
- plot.py
- __init__.py
- explanation_model.py
- boston_housing.ipynb
- cifar10.ipynb
- mnist.ipynb
- nlp.ipynb
- save_and_load.ipynb
- __init__.py
- test_causal_loss.py
- test_explanation_model.py
- test_masking.py
- test_plot.py
- test_uncertainty.py
- test_validation.py
- .gitignore
- LICENSE.txt
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/d909b/cxplain
Downloads the entire project code from GitHub to your computer.
cd cxplain
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install cxplain
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
