BioKG

class BioKG(create_inverse_triples=False, random_state=0, **kwargs)[source]

Bases: ZipSingleDataset

The BioKG dataset from [walsh2020].

Initialize the BioKG dataset from [walsh2020].

Parameters