InductiveERModel

class InductiveERModel(*, triples_factory, entity_representations=None, entity_representations_kwargs=None, validation_factory, testing_factory=None, **kwargs)[source]

Bases: ERModel

A base class for inductive models.

This model assumes a shared set of relations between all triple sets (e.g., training and validation), and a separate inference factory used during validation. During testing time, either the validation factory is re-used or another separate testing factory may be provided.

Initialize the inductive model.

Parameters: