|
|
|
@ -8,6 +8,10 @@ Installation/Usage |
|
|
|
|
Download the release in .tar.gz or .whl format and simply use pip install to install it:: |
|
|
|
|
|
|
|
|
|
$ pip install PyCTBN-1.0.tar.gz |
|
|
|
|
|
|
|
|
|
Coverage |
|
|
|
|
******** |
|
|
|
|
Please refer to https://app.codecov.io/gh/philipMartini/PyCTBN for a detailed report of test coverage. |
|
|
|
|
|
|
|
|
|
Documentation |
|
|
|
|
************* |
|
|
|
@ -324,4 +328,4 @@ Score based estimation with Tabu Search and Data Augmentation |
|
|
|
|
se1.save_results('./results0.json') |
|
|
|
|
# ...or save it also in a graphical model fashion |
|
|
|
|
# (remember to specify the path AND the .png extension) |
|
|
|
|
se1.save_plot_estimated_structure_graph('./result0.png') |
|
|
|
|
se1.save_plot_estimated_structure_graph('./result0.png') |
|
|
|
|