microsoft / topologic

A python library for intelligently building networks and network embeddings, and for analyzing connected data.
https://topologic.readthedocs.io
MIT License
27 stars 8 forks source link

Consolidate elbow finder and delete scree_plot.py #24

Closed nicaurvi closed 4 years ago

nicaurvi commented 4 years ago

Screen_plot and find_elbows_from_eigenvalues were both implementations of Ghodsi's elbow finder. Consolidate the implementations and move them into the embeddings package.

I also found some incorrect imports in the embeddings package that I changed to use relative path.