UMLS

class UMLS(**kwargs)[source]

Bases: pykeen.datasets.base.PathDataSet

The UMLS data set.

Initialize the data set.

Parameters
  • training_path – Path to the training triples file or training triples file.

  • testing_path – Path to the testing triples file or testing triples file.

  • validation_path – Path to the validation triples file or validation triples file.

  • eager – Should the data be loaded eagerly? Defaults to false.

  • create_inverse_triples – Should inverse triples be created? Defaults to false.