Welcome to tart!#

🔥 tensor abstractions for fast analysis of graph relations 🔥

pip install tart-lib

tart is a library for learning approximate and abstract relations between graphs. It is currently designed for a very general graph relation – the subgraph relation (⊆). tart learns tensor representations that encodes the subgraph relation between graphs and provides various APIs to train, evaluate, and predict over these representations.

tart is:

  1. 🌐 General Purpose (json graphs and type-agnostic features)

  2. 🪢 Extensible (supports custom models and encoders)

  3. 🔥 Fast (tensor comparisons for relation analysis)


tart in 3 steps:

Load JSON Graphs
Specify Configs
Use APIs

Note

This project is under active development. Please file an issue or ask the contributors if you encounter bugs.

Contents#

Package documentation