A package for training and evaluating knowledge graph embeddings
Project description
PyKEEN (Python KnowlEdge EmbeddiNgs) is a package for training and evaluating knowledge graph embeddings. Currently, it provides implementations of 10 knowledge graph emebddings models, and can be run in training mode in which users provide their own set of hyper-parameter values, or in hyper-parameter optimization mode to find suitable hyper-parameter values from set of user defined values. PyKEEN can also be run without having experience in programing by using its interactive command line interface that can be started with the command pykeen from a terminal.
Installation
pykeen can be installed with the following command:
pip install pykeen
Alternatively, it can be installed from the source for development with:
$ git clone https://github.com/SmartDataAnalytics/PyKEEN.git pykeen
$ cd pykeen
$ pip install -e .
Usage
Code examples can be found in the notebooks directory.
CLI Usage
To start the PyKEEN CLI, run the following command:
pykeen
then the command line interface will assist you to configure your experiments.
To start PyKEEN with an existing configuration file, run:
pykeen -c /path/to/config.json
then the command line interface won’t be called, instead the pipeline will be started immediately.
Starting the Prediction Pipeline
To make prediction based on a trained model, run:
pykeen-predict -m /path/to/model/directory -d /path/to/data/directory
Summarize the Results of All Experiments
To summarize the results of all experiments, run:
pykeen-summarize -d /path/to/experiments/directory -o /path/to/output/file.csv
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pykeen-0.0.19.tar.gz
.
File metadata
- Download URL: pykeen-0.0.19.tar.gz
- Upload date:
- Size: 284.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c083fba209d1778c43573544c6340edaaa9dbd2871c5e9ef06e0bf9ff7b0b29a |
|
MD5 | f97e051d291f43f6b7d5c55b48c6075c |
|
BLAKE2b-256 | 6b319fb17be4f812e7396416037031003b1bf2183fd44fd3337e4c85ab459a20 |
File details
Details for the file pykeen-0.0.19-py36-none-any.whl
.
File metadata
- Download URL: pykeen-0.0.19-py36-none-any.whl
- Upload date:
- Size: 74.6 kB
- Tags: Python 3.6
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e606fe821ed78472bc696f8f9842c5acaddf74b6ba791fa8707096934e6faf3 |
|
MD5 | f99d60ac063ba9c58999b7055080a1da |
|
BLAKE2b-256 | 5fad2b8850f9d2512093c490e746b9fa7d8e70a0f9b36446329493870692ece1 |