Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 325 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 325 Bytes

StanClassifier

This is a python script which takes .stan model files and corresponding .data.R data files and automatically generates a .json file with information about the stan model.

You can run the script on a directory using:

python stan_parser.py --directory=<directory_containing_stan_models> --author=<your_name>