Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

TypeDB-ML 0.3.0

Latest
Compare
Choose a tag to compare
@typedb-bot typedb-bot released this 29 Jul 11:37
2c8c0cd

Documentation: https://github.com/vaticle/typedb-ml

Distribution

PyPI package: https://pypi.org/project/typedb-ml
Available through https://pypi.org

pip install -r requirements.txt
pip install typedb-client==0.3.0

New Features

  • PyTorch Geometric Integration. Quickly build models using core integration components for data management and feature encoding. Go here for more details.
  • A worked example of how to build a link prediction model with TypeDB, TypeDB-ML and PyTorch Geometric. Go here for more details.
  • KGCN is now deprecated in favour of users rolling their own networks!