arangoml / arangopipe

ArangoML Pipeline is a common and extensible Metadata Layer for Machine Learning Pipelines based on ArangoDB.
122 stars 13 forks source link

Link entities api #102

Closed rajivsam closed 4 years ago

rajivsam commented 4 years ago

This PR implements the link entities API and contains all changes and comments from PR#101. The link entities API has the following signature: link_entities(source_entity, target_entity) Executing the API results in adding an attribute called related in the source vertex. If the entity is a model, a "related_model" attribute that contains the target entity is added. An example is provided in the notebook called DataSummaries.ipynb in the examples directory.