https://github.com/csinva/imodels-playground
Demos for visualizing how rule-based models work.
https://github.com/csinva/imodels-playground
ai data-science imodels interpretability machine-learning rules xai
Last synced: 12 months ago
JSON representation
Demos for visualizing how rule-based models work.
- Host: GitHub
- URL: https://github.com/csinva/imodels-playground
- Owner: csinva
- License: apache-2.0
- Created: 2021-12-05T03:57:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T01:29:32.000Z (over 4 years ago)
- Last Synced: 2025-04-02T23:29:40.161Z (over 1 year ago)
- Topics: ai, data-science, imodels, interpretability, machine-learning, rules, xai
- Language: TypeScript
- Homepage: http://csinva.io/imodels-playground/dist/
- Size: 1.34 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Deep playground
Deep playground is an interactive visualization of neural networks, written in
TypeScript using d3.js. We use GitHub issues for tracking new requests and bugs.
Your feedback is highly appreciated!
**If you'd like to contribute, be sure to review the [contribution guidelines](CONTRIBUTING.md).**
## Development
To run the visualization locally, run:
- `npm i` to install dependencies
- `npm run build` to compile the app and place it in the `dist/` directory
- `npm run serve` to serve from the `dist/` directory and open a page on your browser.
For a fast edit-refresh cycle when developing run `npm run serve-watch`.
This will start an http server and automatically re-compile the TypeScript,
HTML and CSS files whenever they change.
## For owners
To push to production: `git subtree push --prefix dist origin gh-pages`.
This is not an official Google product.