typedb/typedb-ml

Encode traversal raw data into float tensors

jmsfltchr opened this issue · 0 comments

Ingest data that describes the traversals from a batch of starting concepts and build float tensors to feed into the main trunk of the pipeline.

Requires:

  • Schema type encoder
  • Role type encoder
  • Role direction encoder
  • Long encoder
  • Double encoder
  • Boolean encoder
  • Date encoder
  • String encoder - potentially using a drop-in from TensorFlow Hub

Needed by #13
Needs #17
Needs #15