remix

remix(*triples_factories: CoreTriplesFactory, **kwargs) list[CoreTriplesFactory][source]

Remix the triples from the training, testing, and validation set.

Parameters:
  • triples_factories (CoreTriplesFactory) – A sequence of triples factories

  • kwargs – Keyword arguments to be passed to split()

Returns:

A sequence of triples factories of the same sizes but randomly re-assigned triples

Raises:

NotImplementedError – if any of the triples factories have create_inverse_triples

Return type:

list[CoreTriplesFactory]