xiangyue9607 / BioNEV

Graph Embedding Evaluation / Code and Datasets for "Graph Embedding on Biomedical Networks: Methods, Applications, and Evaluations" (Bioinformatics 2020)
MIT License
224 stars 77 forks source link

Reorganize code and make pip installable #3

Closed cthoyt closed 5 years ago

cthoyt commented 5 years ago

This PR does a couple things, but mainly it closes #2. I did my best to leave helpful commit messages - I copied the most important ones here. I'd be happy to explain anything I did or give more insight on how you can continue to make your package more accessible for others!

Reorganize repository and clean up imports

Make pip installable and relax requirements

Add CLI entrypoint

Adds More Evaluation Metrics

xiangyue9607 commented 5 years ago

Thanks so much! It's my first time to build such repo and I don't have much experience. I appreciate your help for making it better. Feel free to let me know if you have further suggestions.