Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 907 Bytes

previous_stan_playground.md

File metadata and controls

5 lines (3 loc) · 907 Bytes

How is this different from the previous stan-playground?

The previous version of stan-playground also provided a mechanism for running Stan models through the browser. However, that project relied on server-side processing for sampling. In contrast, this iteration of stan-playground (despite sharing the same name) performs all sampling directly within the browser, enhancing user control and privacy.

Note that while sampling and data remain local to the user's machine, the Stan code must be sent to the compilation server for compilation. The operators of the compilation server have limited access to submitted code, but users developing proprietary models should consider running a local compilation server or not using this tool.