The paper states "Extensive tutorials and example notebooks are provided in the public documentation." The live page at https://causationentropy.readthedocs.io/en/latest/tutorials/index.html contains, verbatim, an unedited authoring instruction:
Create examples/basic_usage.rst:
followed by a snippet using pd without importing pandas, and a .. figure:: directive pointing at _static/images/diagrams/basic_flow.png, which does not exist in the repo. The notebooks/* glob in tutorials/index.rst matches nothing, so none of the seven notebooks are rendered in the documentation at all — they exist only in the repo. The API reference and the theory guide are genuinely good; the tutorial section is the weakest and most user-facing part.
Separately, notebooks/geometric_knn_causal_discovery_example.ipynb is committed with a stored ModuleNotFoundError: No module named 'causationentropy' output — it was never successfully executed. Notebooks are not executed in CI.
The paper states "Extensive tutorials and example notebooks are provided in the public documentation." The live page at https://causationentropy.readthedocs.io/en/latest/tutorials/index.html contains, verbatim, an unedited authoring instruction:
followed by a snippet using
pdwithout importing pandas, and a.. figure::directive pointing at_static/images/diagrams/basic_flow.png, which does not exist in the repo. Thenotebooks/*glob intutorials/index.rstmatches nothing, so none of the seven notebooks are rendered in the documentation at all — they exist only in the repo. The API reference and the theory guide are genuinely good; the tutorial section is the weakest and most user-facing part.Separately,
notebooks/geometric_knn_causal_discovery_example.ipynbis committed with a storedModuleNotFoundError: No module named 'causationentropy'output — it was never successfully executed. Notebooks are not executed in CI.