BioKEEN (KnowlEdge EmbeddiNgs) is a package for training and evaluating biological knowledge graph embeddings
Project description
BioKEEN is a package for training and evaluating biological knowledge graph embeddings built on PyKEEN.
Currently, the framework is under heavy development.
Installation
BioKEEN can be installed with the following commands:
python3 -m pip install git+https://github.com/SmartDataAnalytics/BioKEEN.git@master
or in editable mode with:
$ git clone https://github.com/SmartDataAnalytics/BioKEEN.git biokeen
$ cd biokeen
$ python3 -m pip install -e .
How to Use
To start BioKEEN, please run the following command:
biokeen
or alternatively:
python3 -m biokeen
then the command line interface will assist you to configure your experiments.
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
biokeen-0.0.1.tar.gz
(10.7 kB
view hashes)