kiteco-public/kite-python/web/visualize_embedding
2021-12-31 23:54:19 -08:00
..
errorvis.html Contents — happy new year everyone 2021-12-31 23:54:19 -08:00
README.md Contents — happy new year everyone 2021-12-31 23:54:19 -08:00

This directory contains a visualizer for error messages based on D3.js.

To generate the embedding:

cd kiteco/kite-python
PYTHONPATH=. python bin/fit_embedding_by_class.py errormessages.txt embedding.json --gamma -5 --limit 200

To visualize the results:

cp embedding.json web/visualize_embedding
cd web/visualize_embedding
python -c 'python -m http.server'
open "http://localhost:8000/errorvis.html"