https://github.com/cthoyt/pykeen-playtime
A place for one-off experiments with PyKEEN that can be re-run anytime
https://github.com/cthoyt/pykeen-playtime
pykeen
Last synced: about 2 months ago
JSON representation
A place for one-off experiments with PyKEEN that can be re-run anytime
- Host: GitHub
- URL: https://github.com/cthoyt/pykeen-playtime
- Owner: cthoyt
- License: mit
- Created: 2021-02-17T16:15:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T22:35:16.000Z (over 2 years ago)
- Last Synced: 2025-01-22T16:24:56.269Z (4 months ago)
- Topics: pykeen
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyKEEN Playtime
Extras for PyKEEN and one-off experiments.
## ⬇️ Installation
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:```bash
$ git clone git+https://github.com/cthoyt/pykeen-playtime.git
$ cd pykeen-playtime
$ pip install -e .
```## ⚖️ License
The code in this package is licensed under the MIT License.
## 🍪 Cookiecutter Acknowledgement
This package was created with [@audreyr](https://github.com/audreyr)'s
[cookiecutter](https://github.com/cookiecutter/cookiecutter) package using [@cthoyt](https://github.com/cthoyt)'s
[cookiecutter-python-package](https://github.com/cthoyt/cookiecutter-python-package) template.