-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some doc warnings and convert to myst (#482)
* Fix some doc warnings and convert to myst * Add orphan to xgboost notebook * Add ipywidgets as dependency for examples * Updated doc/README.md and corrected display math * Update to sphinx 4.x and revert numerous math changes * Corrected TreeSHAP eqn tag * Change admonitions to notes. Fix bullets. Tidy requirements/docs.txt.
- Loading branch information
1 parent
ef757b9
commit 5768a26
Showing
26 changed files
with
403 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
% alibi documentation master file, created by | ||
% sphinx-quickstart on Thu Feb 28 11:04:41 2019. | ||
% You can adapt this file completely to your liking, but it should at least | ||
% contain the root `toctree` directive. | ||
|
||
```{include} landing.md | ||
``` | ||
|
||
```{toctree} | ||
:caption: Overview | ||
:maxdepth: 1 | ||
overview/getting_started | ||
overview/algorithms | ||
overview/white_box_black_box | ||
overview/saving | ||
overview/roadmap | ||
``` | ||
|
||
```{toctree} | ||
:caption: Methods | ||
:maxdepth: 1 | ||
methods/ALE.ipynb | ||
methods/Anchors.ipynb | ||
methods/CEM.ipynb | ||
methods/CF.ipynb | ||
methods/CFProto.ipynb | ||
methods/CFRL.ipynb | ||
methods/IntegratedGradients.ipynb | ||
methods/KernelSHAP.ipynb | ||
methods/LinearityMeasure.ipynb | ||
methods/TrustScores.ipynb | ||
methods/TreeSHAP.ipynb | ||
``` | ||
|
||
```{toctree} | ||
:caption: Examples | ||
:maxdepth: 1 | ||
examples/ale_regression_boston | ||
examples/ale_classification | ||
examples/anchor_tabular_adult | ||
examples/anchor_tabular_iris | ||
examples/anchor_text_movie | ||
examples/anchor_image_imagenet | ||
examples/anchor_image_fashion_mnist | ||
examples/cem_mnist | ||
examples/cem_iris | ||
examples/cf_mnist.ipynb | ||
examples/cfproto_mnist.ipynb | ||
examples/cfproto_housing.ipynb | ||
examples/cfproto_cat_adult_ohe.ipynb | ||
examples/cfproto_cat_adult_ord.ipynb | ||
examples/cfrl_mnist.ipynb | ||
examples/cfrl_adult.ipynb | ||
examples/kernel_shap_wine_intro | ||
examples/kernel_shap_wine_lr | ||
examples/kernel_shap_adult_lr | ||
examples/kernel_shap_adult_categorical_preproc | ||
examples/distributed_kernel_shap_adult_lr | ||
examples/linearity_measure_iris | ||
examples/linearity_measure_fashion_mnist | ||
examples/trustscore_iris | ||
examples/trustscore_mnist | ||
examples/interventional_tree_shap_adult_xgb | ||
examples/path_dependent_tree_shap_adult_xgb | ||
examples/integrated_gradients_imagenet.ipynb | ||
examples/integrated_gradients_mnist.ipynb | ||
examples/integrated_gradients_imdb.ipynb | ||
examples/integrated_gradients_transformers.ipynb | ||
``` | ||
|
||
```{toctree} | ||
:caption: API reference | ||
:maxdepth: 1 | ||
API reference <api/modules> | ||
``` | ||
|
||
# Indices and tables | ||
|
||
- {ref}`genindex` | ||
- {ref}`modindex` | ||
- {ref}`search` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.