vec2graph
vec2graph copied to clipboard
Mini-library for producing graph visualizations from embedding models
Results
2
vec2graph issues
Sort by
recently updated
recently updated
newest added
Attempt to run `vec2graph` with gensim=4.0.0 produces error: Traceback (most recent call last): File "graphs.py", line 13, in visualize('graphs', model, 'party') File "C:\Anaconda\lib\site-packages\vec2graph\genviz.py", line 146, in visualize data = get_data(model,...
enhancement
It would be great to get some **JSON representation** of a graph in output (to export into custom graph editor). Also, have an idea to add some **filters for similar...
enhancement