Skip to content

Commit

Permalink
Adding api docs
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Jun 26, 2023
1 parent 0fecbf6 commit 6dccbfa
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,10 @@ for the entropy, MI and CMI of the Gaussian distributions.

mi_gaussian
cmi_gaussian
entropy_gaussian
entropy_gaussian

.. currentmodule:: sktree.experimental.monte_carlo
.. autosummary::
:toctree: generated/

conditional_resample
25 changes: 24 additions & 1 deletion experiments/plotting_cmi_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,30 @@
"70 0.8879202209746868 1.3216279141924367 1.6125587844224185\n",
"70 0.8879202209746868 1.1822696886247481 1.6125996614415214\n",
"70 0.8879202209746868 1.3246071825434385 1.6126791883922582\n",
"70 0.8879202209746868 1.4870347855978672 1.6127824904664756\n"
"70 0.8879202209746868 1.4870347855978672 1.6127824904664756\n",
"70 0.8879202209746868 1.303208752885375 1.6125826682265068\n",
"70 0.8879202209746868 1.2341062843888988 1.6127375749804198\n",
"70 0.8879202209746868 1.2443714479588461 1.6127409282355387\n",
"70 0.8879202209746868 1.366540884338331 1.6126631931902828\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
" 71%|███████████████████████████▏ | 15/21 [2:45:17<1:07:07, 671.28s/it]"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"70 0.8879202209746868 1.2979782557028265 1.612705544636155\n",
"75 0.8879202209746868 1.8308877765446496 1.6138603123963264\n",
"75 0.8879202209746868 1.822603435220623 1.6138879106844044\n",
"75 0.8879202209746868 1.9684169860229659 1.613953968740244\n",
"75 0.8879202209746868 1.6052020548683252 1.6139426404322812\n",
"75 0.8879202209746868 1.9470722414295238 1.614099705102939\n"
]
}
],
Expand Down

0 comments on commit 6dccbfa

Please sign in to comment.