PyReason: Explainable inference for annotated, real valued, graph based and tem (github.com) 21 points by todsacerdoti 1y ago ↗ HN
[–] m1sta__ 1y ago ↗ Interesting package and likely powerful but the very first 'basic example' fails and the API is rough. Not a fan of passing rules as strings.Using google colab as of 2025-04-12:import pyreason as pr pr.load_graph(g)# RecursionError: maximum recursion depth exceeded
[–] Tokumei-no-hito 1y ago ↗ can you guys offer an introduction to what the library does to someone who isn't in academia?
2 comments
[ 2.8 ms ] story [ 16.9 ms ] threadUsing google colab as of 2025-04-12:
import pyreason as pr pr.load_graph(g)
# RecursionError: maximum recursion depth exceeded