Skip to content

Commit a83a5ed

Browse files
committed
Deploying to gh-pages from @ c8a53d9 🚀
1 parent 90b08ff commit a83a5ed

File tree

42 files changed

+138
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+138
-138
lines changed

_downloads/007eb65766f3b4811d99ff5b36a7b49b/plot_ml_vs_it.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
},
113113
"outputs": [],
114114
"source": [
115-
"def it(x, y):\n model = GradientOinfo(x, y, verbose=False)\n return model.fit(minsize=3, maxsize=3)\n\n\nfig, axs = plt.subplots(2, 1, figsize=(8, 12), sharex=True, sharey=True)\naxs = np.ravel(axs)\nplt.sca(axs[0])\nplt.plot(it(x_red, y_red).squeeze())\nplt.ylabel(\"$\\partial \\Omega_{[X_{1}, ..., X_{N}]}$ [Bits]\")\nplt.title(\"Redundant interactions\", fontweight=\"bold\")\nplt.sca(axs[1])\nplt.plot(it(x_syn, y_syn).squeeze())\nplt.ylabel(\"$\\partial \\Omega_{[X_{1}, ..., X_{N}]}$ [Bits]\")\nplt.title(\"Synergistic interactions\", fontweight=\"bold\")\nplt.show()"
115+
"def it(x, y):\n model = GradientOinfo(x, y, verbose=False)\n return model.fit(minsize=3, maxsize=3)\n\n\nfig, axs = plt.subplots(2, 1, figsize=(8, 12), sharex=True, sharey=True)\naxs = np.ravel(axs)\nplt.sca(axs[0])\nplt.plot(it(x_red, y_red).squeeze())\nplt.ylabel(r\"$\\partial \\Omega_{[X_{1}, ..., X_{N}]}$ [Bits]\")\nplt.title(\"Redundant interactions\", fontweight=\"bold\")\nplt.sca(axs[1])\nplt.plot(it(x_syn, y_syn).squeeze())\nplt.ylabel(r\"$\\partial \\Omega_{[X_{1}, ..., X_{N}]}$ [Bits]\")\nplt.title(\"Synergistic interactions\", fontweight=\"bold\")\nplt.show()"
116116
]
117117
},
118118
{
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_downloads/e32a525cc998999e3e5c2ca27b3e96b4/plot_ml_vs_it.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ def it(x, y):
185185
axs = np.ravel(axs)
186186
plt.sca(axs[0])
187187
plt.plot(it(x_red, y_red).squeeze())
188-
plt.ylabel("$\partial \Omega_{[X_{1}, ..., X_{N}]}$ [Bits]")
188+
plt.ylabel(r"$\partial \Omega_{[X_{1}, ..., X_{N}]}$ [Bits]")
189189
plt.title("Redundant interactions", fontweight="bold")
190190
plt.sca(axs[1])
191191
plt.plot(it(x_syn, y_syn).squeeze())
192-
plt.ylabel("$\partial \Omega_{[X_{1}, ..., X_{N}]}$ [Bits]")
192+
plt.ylabel(r"$\partial \Omega_{[X_{1}, ..., X_{N}]}$ [Bits]")
193193
plt.title("Synergistic interactions", fontweight="bold")
194194
plt.show()
195195

Binary file not shown.
Binary file not shown.
Binary file not shown.

auto_examples/it/plot_entropies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ <h2>Entropy of data sampled from an exponential distribution<a class="headerlink
591591
<span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
592592
</pre></div>
593593
</div>
594-
<img src="../../_images/sphx_glr_plot_entropies_003.png" srcset="../../_images/sphx_glr_plot_entropies_003.png" alt="Comparison of entropy estimators when the data are sampled from a exponential distribution" class = "sphx-glr-single-img"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 20.450 seconds)</p>
594+
<img src="../../_images/sphx_glr_plot_entropies_003.png" srcset="../../_images/sphx_glr_plot_entropies_003.png" alt="Comparison of entropy estimators when the data are sampled from a exponential distribution" class = "sphx-glr-single-img"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 20.483 seconds)</p>
595595
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-it-plot-entropies-py">
596596
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
597597
<p><a class="reference download internal" download="" href="../../_downloads/a1ef8dbbc19c785bec2a5cc12335798e/plot_entropies.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">plot_entropies.ipynb</span></code></a></p>

auto_examples/it/plot_entropies_mvar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ <h2>Comparison of estimators<a class="headerlink" href="#comparison-of-estimator
567567
<span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
568568
</pre></div>
569569
</div>
570-
<img src="../../_images/sphx_glr_plot_entropies_mvar_001.png" srcset="../../_images/sphx_glr_plot_entropies_mvar_001.png" alt="2-dimensional multivariate normal, 4-dimensional multivariate normal, 6-dimensional multivariate normal, 8-dimensional multivariate normal" class = "sphx-glr-single-img"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 32.398 seconds)</p>
570+
<img src="../../_images/sphx_glr_plot_entropies_mvar_001.png" srcset="../../_images/sphx_glr_plot_entropies_mvar_001.png" alt="2-dimensional multivariate normal, 4-dimensional multivariate normal, 6-dimensional multivariate normal, 8-dimensional multivariate normal" class = "sphx-glr-single-img"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 32.304 seconds)</p>
571571
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-it-plot-entropies-mvar-py">
572572
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
573573
<p><a class="reference download internal" download="" href="../../_downloads/4a44859767d9a5abc2a411d84f3464c0/plot_entropies_mvar.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">plot_entropies_mvar.ipynb</span></code></a></p>

auto_examples/it/plot_entropy_high_dimensional.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ <h2>Definition of entropy estimators<a class="headerlink" href="#definition-of-e
564564
<span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
565565
</pre></div>
566566
</div>
567-
<img src="../../_images/sphx_glr_plot_entropy_high_dimensional_001.png" srcset="../../_images/sphx_glr_plot_entropy_high_dimensional_001.png" alt="Comparison of entropy estimators when the data is high-dimensional, Mode: dense, Mode: sparse" class = "sphx-glr-single-img"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 24.189 seconds)</p>
567+
<img src="../../_images/sphx_glr_plot_entropy_high_dimensional_001.png" srcset="../../_images/sphx_glr_plot_entropy_high_dimensional_001.png" alt="Comparison of entropy estimators when the data is high-dimensional, Mode: dense, Mode: sparse" class = "sphx-glr-single-img"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 24.201 seconds)</p>
568568
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-it-plot-entropy-high-dimensional-py">
569569
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
570570
<p><a class="reference download internal" download="" href="../../_downloads/5643cba16e58fee7f03fd86cb1cd9854/plot_entropy_high_dimensional.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">plot_entropy_high_dimensional.ipynb</span></code></a></p>

auto_examples/it/plot_mi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ <h2>MI of data sampled from normal distribution<a class="headerlink" href="#mi-o
556556
<span class="n">plt</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
557557
</pre></div>
558558
</div>
559-
<img src="../../_images/sphx_glr_plot_mi_001.png" srcset="../../_images/sphx_glr_plot_mi_001.png" alt="Comparison of MI estimators when the data are sampled from a normal distribution" class = "sphx-glr-single-img"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 20.835 seconds)</p>
559+
<img src="../../_images/sphx_glr_plot_mi_001.png" srcset="../../_images/sphx_glr_plot_mi_001.png" alt="Comparison of MI estimators when the data are sampled from a normal distribution" class = "sphx-glr-single-img"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 20.714 seconds)</p>
560560
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-it-plot-mi-py">
561561
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
562562
<p><a class="reference download internal" download="" href="../../_downloads/f14e92090ebeb63084124f7809315b90/plot_mi.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">plot_mi.ipynb</span></code></a></p>

auto_examples/it/sg_execution_times.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ <h1>Computation times</h1>
404404

405405
<section id="computation-times">
406406
<span id="sphx-glr-auto-examples-it-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Link to this heading">#</a></h1>
407-
<p><strong>02:08.116</strong> total execution time for 6 files <strong>from auto_examples/it</strong>:</p>
407+
<p><strong>02:07.944</strong> total execution time for 6 files <strong>from auto_examples/it</strong>:</p>
408408
<div class="docutils container">
409409
<style scoped>
410410
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" />
@@ -426,27 +426,27 @@ <h1>Computation times</h1>
426426
</thead>
427427
<tbody>
428428
<tr class="row-even"><td><p><a class="reference internal" href="plot_entropies_mvar.html#sphx-glr-auto-examples-it-plot-entropies-mvar-py"><span class="std std-ref">Comparison of entropy estimators for a multivariate normal</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_entropies_mvar.py</span></code>)</p></td>
429-
<td><p>00:32.398</p></td>
429+
<td><p>00:32.304</p></td>
430430
<td><p>0.0</p></td>
431431
</tr>
432432
<tr class="row-odd"><td><p><a class="reference internal" href="plot_mi_high_dimensional.html#sphx-glr-auto-examples-it-plot-mi-high-dimensional-py"><span class="std std-ref">Comparison of MI estimators with high-dimensional data</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_mi_high_dimensional.py</span></code>)</p></td>
433433
<td><p>00:30.009</p></td>
434434
<td><p>0.0</p></td>
435435
</tr>
436436
<tr class="row-even"><td><p><a class="reference internal" href="plot_entropy_high_dimensional.html#sphx-glr-auto-examples-it-plot-entropy-high-dimensional-py"><span class="std std-ref">Comparison of entropy estimators with high-dimensional data</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_entropy_high_dimensional.py</span></code>)</p></td>
437-
<td><p>00:24.189</p></td>
437+
<td><p>00:24.201</p></td>
438438
<td><p>0.0</p></td>
439439
</tr>
440440
<tr class="row-odd"><td><p><a class="reference internal" href="plot_mi.html#sphx-glr-auto-examples-it-plot-mi-py"><span class="std std-ref">Comparison of mutual-information estimators</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_mi.py</span></code>)</p></td>
441-
<td><p>00:20.835</p></td>
441+
<td><p>00:20.714</p></td>
442442
<td><p>0.0</p></td>
443443
</tr>
444444
<tr class="row-even"><td><p><a class="reference internal" href="plot_entropies.html#sphx-glr-auto-examples-it-plot-entropies-py"><span class="std std-ref">Comparison of entropy estimators for various distributions</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_entropies.py</span></code>)</p></td>
445-
<td><p>00:20.450</p></td>
445+
<td><p>00:20.483</p></td>
446446
<td><p>0.0</p></td>
447447
</tr>
448448
<tr class="row-odd"><td><p><a class="reference internal" href="tuto_core.html#sphx-glr-auto-examples-it-tuto-core-py"><span class="std std-ref">Introduction to core information theoretical metrics</span></a> (<code class="docutils literal notranslate"><span class="pre">tuto_core.py</span></code>)</p></td>
449-
<td><p>00:00.235</p></td>
449+
<td><p>00:00.233</p></td>
450450
<td><p>0.0</p></td>
451451
</tr>
452452
</tbody>

auto_examples/it/tuto_core.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ <h2>Mutual information<a class="headerlink" href="#mutual-information" title="Li
494494
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Mutual information between x and y: 0.00
495495
</pre></div>
496496
</div>
497-
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.235 seconds)</p>
497+
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.233 seconds)</p>
498498
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-it-tuto-core-py">
499499
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
500500
<p><a class="reference download internal" download="" href="../../_downloads/c07170058282c5cf6f9dde4efceadb96/tuto_core.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">tuto_core.ipynb</span></code></a></p>

auto_examples/metrics/plot_infotopo.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -471,11 +471,11 @@ <h2>Spatial spreading : the problem with the O-information<a class="headerlink"
471471
</pre></div>
472472
</div>
473473
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span> 0%| | 0/5 [00:00&lt;?, ?it/s]
474-
20%|██ | Oinfo (3): 1/5 [00:00&lt;00:01, 2.83it/s]
475-
40%|████ | Oinfo (4): 2/5 [00:00&lt;00:00, 3.48it/s]
476-
60%|██████ | Oinfo (5): 3/5 [00:01&lt;00:00, 2.77it/s]
477-
80%|████████ | Oinfo (6): 4/5 [00:01&lt;00:00, 2.59it/s]
478-
100%|██████████| Oinfo (7): 5/5 [00:01&lt;00:00, 2.65it/s]
474+
20%|██ | Oinfo (3): 1/5 [00:00&lt;00:01, 2.74it/s]
475+
40%|████ | Oinfo (4): 2/5 [00:00&lt;00:00, 3.42it/s]
476+
60%|██████ | Oinfo (5): 3/5 [00:01&lt;00:00, 2.75it/s]
477+
80%|████████ | Oinfo (6): 4/5 [00:01&lt;00:00, 2.55it/s]
478+
100%|██████████| Oinfo (7): 5/5 [00:01&lt;00:00, 2.60it/s]
479479
</pre></div>
480480
</div>
481481
<p>Now we can plot the landscape. This landscape show the values of HOI for
@@ -528,19 +528,19 @@ <h2>Multiplet isolation using the Topological Information<a class="headerlink" h
528528
</pre></div>
529529
</div>
530530
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span> 0%| | 0/7 [00:00&lt;?, ?it/s]
531-
14%|█▍ | Entropy H(1): 1/7 [00:00&lt;00:00, 8.38it/s]
532-
29%|██▊ | Entropy H(2): 2/7 [00:00&lt;00:00, 7.80it/s]
533-
43%|████▎ | Entropy H(3): 3/7 [00:00&lt;00:00, 7.72it/s]
534-
57%|█████▋ | Entropy H(4): 4/7 [00:00&lt;00:00, 8.20it/s]
535-
71%|███████▏ | Entropy H(5): 5/7 [00:00&lt;00:00, 8.51it/s]
536-
86%|████████▌ | Entropy H(6): 6/7 [00:00&lt;00:00, 8.77it/s]
537-
100%|██████████| Entropy H(7): 7/7 [00:00&lt;00:00, 9.00it/s]
531+
14%|█▍ | Entropy H(1): 1/7 [00:00&lt;00:00, 8.44it/s]
532+
29%|██▊ | Entropy H(2): 2/7 [00:00&lt;00:00, 8.18it/s]
533+
43%|████▎ | Entropy H(3): 3/7 [00:00&lt;00:00, 8.27it/s]
534+
57%|█████▋ | Entropy H(4): 4/7 [00:00&lt;00:00, 8.67it/s]
535+
71%|███████▏ | Entropy H(5): 5/7 [00:00&lt;00:00, 8.95it/s]
536+
86%|████████▌ | Entropy H(6): 6/7 [00:00&lt;00:00, 9.16it/s]
537+
100%|██████████| Entropy H(7): 7/7 [00:00&lt;00:00, 9.37it/s]
538538

539539

540540
Mutual information: 0%| | 0/99 [00:00&lt;?, ?it/s]
541541

542542

543-
Mutual information: 100%|██████████| 99/99 [00:00&lt;00:00, 29615.30it/s]
543+
Mutual information: 100%|██████████| 99/99 [00:00&lt;00:00, 29289.42it/s]
544544
</pre></div>
545545
</div>
546546
<p>Again, we can plot the landscape. This time, as we can see, there’s no more
@@ -574,7 +574,7 @@ <h2>Multiplet isolation using the Topological Information<a class="headerlink" h
574574
9 32 3 -0.090620 [3, 4, 6]
575575
</pre></div>
576576
</div>
577-
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 3.381 seconds)</p>
577+
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 3.408 seconds)</p>
578578
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-metrics-plot-infotopo-py">
579579
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
580580
<p><a class="reference download internal" download="" href="../../_downloads/ece4d51dfdf0dbf7235e94595766e7c5/plot_infotopo.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">plot_infotopo.ipynb</span></code></a></p>

0 commit comments

Comments
 (0)