HomeDocsAPI Reference
Kumo.ai
Docs

module

module: (default (default) | link_prediction_embedding | link_prediction_ranking) (Optional)

Description

By default, Kumo selects the model architecture and designs the hyperparameter search space that best fits your query. However, if you have specific requirements for your use case, you can customize the model architecture to suite your desired output/objective.

The module to choose from:

  • module: link_prediction_embedding: A link prediction GNN model that optimizes link prediction with entity embedding outputs. The ranking scores can be obtained by fast vector calculations (default to inner product) on the embedding space.
  • module: link_prediction_ranking: A link prediction GNN that is optimized for link prediction performance. It produces the ranking scores directly. It can also produce embeddings but their inner product are not perfectly aligned to the ranking.

Supported Task Types

  • Link Prediction