Charles Tapley Hoyt

Results 465 issues of Charles Tapley Hoyt

It would be nice to add this to the README. It's not obvious to me what this acronym is after reading through the github repository, paper, or related web content.

PyKEEN is a package implementing 30+ knowledge graph embedding models (including some already mentioned in this list). The full list of models is at https://github.com/pykeen/pykeen/#models-30. Website: https://pykeen.github.io/ Code: https://github.com/pykeen/pykeen Paper...

As I'm trying to figure out why #266 isn't working, I want to try adding a couple less controversial things to the existing testing workflow - [x] Test on more...

Closes #265 This pull request does the following: 1. Adds `torch` as a build requirement using `pyproject.toml` as described in https://setuptools.readthedocs.io/en/latest/build_meta.html. The use of `setup.py` is getting towards the end...

As we all know, dealing with C extensions is pretty unruly and it's nice that `setup.py` is flexible in this regard. However, because this package's `setup.py` imports PyTorch, it causes...

enhancement

Python 3.9 is well into maturity - are there reasons this package has such a restriction? https://github.com/stellargraph/stellargraph/blob/5ca1e59e91cb6ac470bf19ff3da39b3a1a68650e/setup.py#L91

enhancement
help wanted

As a follow-up to #4687, this pull request adds a `class-resolver` for aggregations in `torch_geometric.nn.aggr`. It also adds a class docstring with an example on how to use it. Note...

stale
refactor
nn

# Summary This PR streamlines generating metric sets and annotates more functions. - [x] Code passes all tests - [x] Unit tests provided for these changes - [x] Documentation and...

# Summary This PR uses the `rexmex.utils.Annotator` to annotate information about ranking metrics (e.g., MR, MRR, Hits @ K). I'm not familiar with all of the rankings, so help would...