Extras for PyKEEN and one-off experiments.
This repository contains packaged Python code, but it is not meant to be distributed by PyPI. Instead, to install in development mode, use the following:
$ git clone git+https://github.com/cthoyt/pykeen-playtime.git
$ cd pykeen-playtime
$ pip install -e .
The code in this package is licensed under the MIT License.
This package was created with @audreyr's cookiecutter package using @cthoyt's cookiecutter-python-package template.