cleora
cleora copied to clipboard
Cleora AI is a general-purpose model for efficient, scalable learning of stable and inductive entity embeddings for heterogeneous relational data.
Hi I was running cleora using the command below: ``` cleora-v1.2.3-x86_64-apple-darwin --columns transient::cluster_id StarNode --dimension 1024 -n 5 --input fb_cleora_input_star.txt -o output ``` I got something similar to the following...
I am trying with` users complex::products` to get both user and product embedding but not able to create input structure for the same. Can some one share the example for...