PyReason: Explainable inference for annotated, real valued, graph based and tem github.com 27 points by todsacerdoti 9 days ago
m1sta__ 6 days 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 5 days ago can you guys offer an introduction to what the library does to someone who isn't in academia?
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
can you guys offer an introduction to what the library does to someone who isn't in academia?