From 06657fd91e2aebe9e712ed2177375925fe2533ae Mon Sep 17 00:00:00 2001 From: Amit Sharma Date: Wed, 19 Oct 2022 16:48:46 +0530 Subject: [PATCH] Version Bump [Update/v0.9] (#334) * updated notebook to always use opposite as desired class * updated version number and docs * removed nbsphinx allow errors --- MANIFEST.in | 1 + docs/_modules/dice_ml/constants.html | 9 +- .../dice_ml/counterfactual_explanations.html | 10 +- docs/_modules/dice_ml/data.html | 6 +- .../private_data_interface.html | 146 +- .../public_data_interface.html | 149 +- docs/_modules/dice_ml/dice.html | 88 +- .../dice_ml/diverse_counterfactuals.html | 14 +- .../dice_ml/explainer_interfaces/dice_KD.html | 35 +- .../explainer_interfaces/dice_genetic.html | 54 +- .../explainer_interfaces/dice_pytorch.html | 89 +- .../explainer_interfaces/dice_random.html | 25 +- .../dice_tensorflow1.html | 60 +- .../dice_tensorflow2.html | 58 +- .../explainer_interfaces/explainer_base.html | 84 +- .../feasible_base_vae.html | 6 +- .../feasible_model_approx.html | 6 +- docs/_modules/dice_ml/model.html | 6 +- .../dice_ml/model_interfaces/base_model.html | 6 +- .../keras_tensorflow_model.html | 13 +- .../model_interfaces/pytorch_model.html | 26 +- docs/_modules/dice_ml/utils/exception.html | 6 +- docs/_modules/dice_ml/utils/helpers.html | 53 +- .../utils/sample_architecture/vae_model.html | 6 +- docs/_modules/dice_ml/utils/serialize.html | 7 +- docs/_modules/index.html | 7 +- docs/_static/basic.css | 13 +- docs/_static/doctools.js | 382 +- docs/_static/documentation_options.js | 6 +- docs/_static/jquery.js | 4 +- docs/_static/language_data.js | 100 +- docs/_static/pygments.css | 34 +- docs/_static/searchtools.js | 825 +++-- docs/dice_ml.data_interfaces.html | 84 +- docs/dice_ml.explainer_interfaces.html | 125 +- docs/dice_ml.html | 451 ++- docs/dice_ml.model_interfaces.html | 24 +- docs/dice_ml.schema.html | 10 +- docs/dice_ml.utils.html | 68 +- docs/dice_ml.utils.sample_architecture.html | 55 +- docs/genindex.html | 73 +- docs/index.html | 40 +- docs/modules.html | 106 +- ...king_different_CF_explanation_methods.html | 425 +-- docs/notebooks/DiCE_feature_importances.html | 732 ++-- docs/notebooks/DiCE_getting_started.html | 838 ++++- .../DiCE_getting_started_feasible.html | 700 ++-- docs/notebooks/DiCE_model_agnostic_CFs.html | 3229 ++--------------- ...ticlass_classification_and_regression.html | 112 +- .../notebooks/DiCE_with_advanced_options.html | 777 +--- docs/notebooks/DiCE_with_private_data.html | 388 +- docs/notebooks/nb_index.html | 12 +- docs/objects.inv | Bin 9593 -> 9847 bytes docs/py-modindex.html | 11 +- docs/readme.html | 32 +- docs/search.html | 6 +- docs/searchindex.js | 2 +- docs/source/conf.py | 3 +- docs/source/dice_ml.utils.rst | 8 + .../notebooks/DiCE_model_agnostic_CFs.ipynb | 10 +- setup.py | 2 +- 61 files changed, 4292 insertions(+), 6365 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index c4c5ed93..6b8d6fab 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,7 @@ include requirements-linting.txt include environment.yml include environment-deeplearning.yml include LICENSE +include CODEOWNERS recursive-include docs * recursive-include tests *.py include dice_ml/utils/sample_trained_models/* diff --git a/docs/_modules/dice_ml/constants.html b/docs/_modules/dice_ml/constants.html index ede7f876..2f5c5702 100644 --- a/docs/_modules/dice_ml/constants.html +++ b/docs/_modules/dice_ml/constants.html @@ -3,7 +3,7 @@ - dice_ml.constants — DiCE 0.8 documentation + dice_ml.constants — DiCE 0.9 documentation