Adventures in Manipulating Python ASTs

I explored the possibility of simplifying PyMC4’s model specification API by manipulating the Python abstract syntax tree (AST) of the model code. Read more

Similar