ssoudan / web-nuts-rs

run a NUTS sampler in your browser

Home Page:https://ssoudan.github.io/web-nuts-rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Going NUTS with WebAssembly

What about running a NUTS sampler like pymc-devs/nuts-rs in the browser?

See https://ssoudan.github.io/web-nuts-rs/ for a live demo of a Bayesian regression of daily maximum temperature from NOAA Global Historical Climatology Network - Daily (GHCN-D) data all in the browser.

Development

Use the devcontainer to get a ready to use environment.

To run the app in development mode, run:

npm i && npm run serve

To build the app for production, run:

npm i && npm run serve:prod

Either way, you can now navigate to http://localhost:8080 to view the app.

About

run a NUTS sampler in your browser

https://ssoudan.github.io/web-nuts-rs/

License:Apache License 2.0


Languages

Language:Rust 62.5%Language:JavaScript 16.5%Language:HTML 13.6%Language:CSS 6.7%Language:Dockerfile 0.6%