Skip to content

Commit

Permalink
Updates causal inference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurankan committed Nov 1, 2023
1 parent 7713d90 commit 0db42e5
Show file tree
Hide file tree
Showing 56 changed files with 504 additions and 968 deletions.
25 changes: 8 additions & 17 deletions _modules/pgmpy/base/DAG.html
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,14 @@ <h3>Related Topics</h3>

<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>

<div data-ea-publisher="pgmpyorg" data-ea-type="image" data-ea-style="horizontal"></div>
<div data-ea-publisher="pgmpyorg" data-ea-type="image" data-ea-style="horizontal"></div><script async src="https://www.googletagmanager.com/gtag/js?id=G-HCFR07M31W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-HCFR07M31W');
</script>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
Expand All @@ -1351,21 +1358,5 @@ <h3 id="searchlabel">Quick search</h3>



<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-177825880-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

</body>
</html>
37 changes: 19 additions & 18 deletions _modules/pgmpy/estimators/BayesianEstimator.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1>Source code for pgmpy.estimators.BayesianEstimator</h1><div class="highlight
<span class="n">prior_type</span><span class="o">=</span><span class="s2">&quot;BDeu&quot;</span><span class="p">,</span>
<span class="n">equivalent_sample_size</span><span class="o">=</span><span class="mi">5</span><span class="p">,</span>
<span class="n">pseudo_counts</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span>
<span class="n">n_jobs</span><span class="o">=-</span><span class="mi">1</span><span class="p">,</span>
<span class="n">n_jobs</span><span class="o">=</span><span class="mi">1</span><span class="p">,</span>
<span class="n">weighted</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span>
<span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
Expand All @@ -92,6 +92,16 @@ <h1>Source code for pgmpy.estimators.BayesianEstimator</h1><div class="highlight
<span class="sd"> - A prior_type of &#39;K2&#39; is a shorthand for &#39;dirichlet&#39; + setting every pseudo_count to 1,</span>
<span class="sd"> regardless of the cardinality of the variable.</span>

<span class="sd"> equivalent_sample_size: int</span>
<span class="sd"> Refer `priort_type` for more details.</span>

<span class="sd"> pseudo_counts: int (default: None)</span>
<span class="sd"> Refer `priort_type` for more details.</span>

<span class="sd"> n_jobs: int (default: 1)</span>
<span class="sd"> Number of jobs to run in parallel. Default: 1 uses all the processors.</span>
<span class="sd"> Using n_jobs &gt; 1 for small models might be slower.</span>

<span class="sd"> weighted: bool</span>
<span class="sd"> If weighted=True, the data must contain a `_weight` column specifying the</span>
<span class="sd"> weight of each datapoint (row). If False, assigns an equal weight to each</span>
Expand Down Expand Up @@ -320,7 +330,14 @@ <h3>Related Topics</h3>

<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>

<div data-ea-publisher="pgmpyorg" data-ea-type="image" data-ea-style="horizontal"></div>
<div data-ea-publisher="pgmpyorg" data-ea-type="image" data-ea-style="horizontal"></div><script async src="https://www.googletagmanager.com/gtag/js?id=G-HCFR07M31W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-HCFR07M31W');
</script>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
Expand All @@ -347,21 +364,5 @@ <h3 id="searchlabel">Quick search</h3>



<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', '405910108']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

</body>
</html>
25 changes: 8 additions & 17 deletions _modules/pgmpy/estimators/CITests.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,14 @@ <h3>Related Topics</h3>

<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>

<div data-ea-publisher="pgmpyorg" data-ea-type="image" data-ea-style="horizontal"></div>
<div data-ea-publisher="pgmpyorg" data-ea-type="image" data-ea-style="horizontal"></div><script async src="https://www.googletagmanager.com/gtag/js?id=G-HCFR07M31W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-HCFR07M31W');
</script>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
Expand All @@ -760,21 +767,5 @@ <h3 id="searchlabel">Quick search</h3>



<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-177825880-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

</body>
</html>
Loading

0 comments on commit 0db42e5

Please sign in to comment.