Skip to content

Commit

Permalink
Version Bump 0.5: updated version and docs (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Sharma <amit_sharma@live.com>
  • Loading branch information
amit-sharma committed Mar 1, 2021
1 parent 8276a68 commit ee4b2f4
Show file tree
Hide file tree
Showing 97 changed files with 20,386 additions and 2,162 deletions.
358 changes: 358 additions & 0 deletions docs/_modules/dice_ml/counterfactual_explanations.html

Large diffs are not rendered by default.

38 changes: 25 additions & 13 deletions docs/_modules/dice_ml/data.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@


<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>dice_ml.data &mdash; DiCE 0.4 documentation</title>
<title>dice_ml.data &mdash; DiCE 0.5 documentation</title>



<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />







<script type="text/javascript" src="../../_static/js/modernizr.min.js"></script>
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->


<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
Expand All @@ -30,10 +35,6 @@
<script type="text/javascript" src="../../_static/js/theme.js"></script>




<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head>
Expand All @@ -49,7 +50,7 @@



<a href="../../index.html" class="icon icon-home"> DiCE
<a href="../../index.html" class="icon icon-home" alt="Documentation Home"> DiCE



Expand All @@ -72,6 +73,7 @@

</div>


<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">


Expand All @@ -86,7 +88,9 @@
<p class="caption"><span class="caption-text">Notebooks:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../notebooks/DiCE_getting_started.html">Quick introduction to generating counterfactual explanations using DiCE</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../notebooks/DiCE_with_private_data.html">Generating Diverse Counterfactual Explanations without accessing training data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../notebooks/DiCE_with_private_data.html">Defining meta data</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../notebooks/DiCE_with_private_data.html#Loading-trained-ML-model">Loading trained ML model</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../notebooks/DiCE_with_private_data.html#Generate-diverse-counterfactuals">Generate diverse counterfactuals</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../notebooks/DiCE_with_advanced_options.html">Advanced options to customize Counterfactual Explanations</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../notebooks/DiCE_getting_started_feasible.html">Generate feasible counterfactual explanations using a VAE</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../notebooks/DiCE_getting_started_feasible.html#Adding-feasibility-constraints">Adding feasibility constraints</a></li>
Expand All @@ -99,6 +103,7 @@


</div>

</div>
</nav>

Expand Down Expand Up @@ -137,7 +142,7 @@

<ul class="wy-breadcrumbs">

<li><a href="../../index.html">Docs</a> &raquo;</li>
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>

<li><a href="../index.html">Module code</a> &raquo;</li>

Expand Down Expand Up @@ -203,11 +208,19 @@ <h1>Source code for dice_ml.data</h1><div class="highlight"><pre>

<div role="contentinfo">
<p>

&copy; Copyright 2020, Ramaravind, Amit, Chenhao

</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.



Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a

<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>

provided by <a href="https://readthedocs.org">Read the Docs</a>.

</footer>

Expand All @@ -219,7 +232,6 @@ <h1>Source code for dice_ml.data</h1><div class="highlight"><pre>
</div>



<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
Expand Down
239 changes: 167 additions & 72 deletions docs/_modules/dice_ml/data_interfaces/private_data_interface.html

Large diffs are not rendered by default.

Loading

0 comments on commit ee4b2f4

Please sign in to comment.