Implementation of Poincaré Embeddings.

model_poincare(relations, ...)

# S3 method for list
model_poincare(relations, ...)

# S3 method for python.builtin.tuple
model_poincare(relations, ...)

# S3 method for character
model_poincare(relations, ...)

# S3 method for python.builtin.str
model_poincare(relations, ...)

Arguments

relations

Training data. Note that the relations are treated as ordered pairs, i.e. a relation (a, b) does not imply the opposite relation (b, a). In case the relations are symmetric, the data should contain both relations (a, b) and (b, a).

...

Any other options, from the official documentation.