Charles Tapley Hoyt
Charles Tapley Hoyt
While an ontology can contain licensing information in its own metadata, that's not the typical place people look for license text while browsing repositories on GitHub - it's desirable to...
The discussion on #1587 was centered around updating the FP7 text on what considerations were required and recommended for creating new relations outside of RO. I wrote a comment there...
It's not clear from the README of this repo (nor the PyPI page) what this repo is for. The readme should have some examples of use cases/examples so people know...
This looks very similar to what has already been done by https://github.com/hetio/hetionet. Would you please add documentation explaining how this is different? Did you try using hetionet for this task,...
It looks like there are some C++ dependencies in tmap. Would it be possible to build some wheels and distribute them on PyPI? I'm personally not very happy to use...
The README doesn't have any information about how to install or use the code
```python # test.py import os from subprocess import CalledProcessError, check_output # noqa: S404 def get_git_hash() -> str: """Get the PyKEEN git hash. :return: The git hash, equals 'UNHASHED' if encountered...
It would be really useful if this code were pip-installable to make its installation and usage more reproducible. Would you be willing to accept a PR for this?
Closes #6 This PR does the following: 1. Adds a `.gitignore` 2. Reorganizes the code into the `src/` layout (just renamed the `codes/` directory) 3. Make imports absolute for project...
It appears one of the argument names has changed in the newly released version of GenSim. This has also caused some pain in other libraries using this package for node2vec...