Metadata-Version: 2.1
Name: torchkge
Version: 0.5.2
Summary: Knowledge Graph embedding in Python and Pytorch.
Home-page: https://github.com/torchkge-team/torchkge
Author: TorchKGE Developers
Author-email: aboschin@enst.fr
License: BSD license
Keywords: torchkge
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: torch (==1.1.0)
Requires-Dist: torchvision
Requires-Dist: tqdm (==4.32.2)

========
TorchKGE
========


.. image:: https://badge.fury.io/py/torchkge.svg
    :target: https://badge.fury.io/py/torchkge

.. image:: https://travis-ci.org/torchkge-team/torchkge.svg?branch=master
    :target: https://travis-ci.org/torchkge-team/torchkge

.. image:: https://readthedocs.org/projects/torchkge/badge/?version=latest
    :target: https://torchkge.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://pyup.io/repos/github/torchkge-team/torchkge/shield.svg
     :target: https://pyup.io/repos/github/torchkge-team/torchkge/
     :alt: Updates



TorchKGE : Knowledge Graph embedding in Python and Pytorch.


* Free software: BSD license
* Documentation: https://torchkge.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.5.0 (2019-06-24)
------------------

* Changed implementation of LinkPrediction ranks by moving functions to model methods.
* Implemented RESCAL.


0.4.0 (2019-05-15)
------------------

* Fixed a major bug/problem in the Evaluation protocol of LinkPrediction.

0.3.1 (2019-05-10)
------------------

* Minor bug fixes in the various normalization functions.

0.3.0 (2019-05-09)
------------------

* Fixed CUDA support.

0.2.0 (2019-05-07)
------------------

* Added support for filtered performance measures.

0.1.7 (2019-04-03)
------------------

* First real release on PyPI.

0.1.0 (2019-04-01)
------------------

* First release on PyPI.


