vecto-ai / vecto

Doing things with embeddings
http://vecto.space/
Mozilla Public License 2.0
64 stars 11 forks source link

Visualization #84

Open vinayakumarr opened 4 years ago

vinayakumarr commented 4 years ago

I have checked the visualization source code available in the following link

https://vecto.readthedocs.io/en/docs/tutorial/visualization.html

I couldn't find the function in the vecto github. Obviously, we will get function not found error after installing.

`>>> from vecto import visualize as vz

vs.draw_features(vsm, ["apple", "pear", "cat", "dog"], num_features=20)`

In the above code, what is vsm. Also, how to implement the visualization.