dice-group / Ontolearn

Ontolearn is an open-source software library for explainable structured machine learning in Python. It learns OWL class expressions from positive and negative examples.
https://ontolearn-docs-dice-group.netlify.app/index.html
MIT License
41 stars 9 forks source link

CLIP External Data #432

Closed Demirrr closed 3 months ago

Demirrr commented 3 months ago

CLIP using multiple external data such as ./CLIPData/family/family.owl and ./CLIPData/family/embeddings/ConEx_entity_embeddings.csv.

Yet this data is not integrated in https://github.com/dice-group/Ontolearn?tab=readme-ov-file#installation which leads to test failure

Demirrr commented 3 months ago

Solved with #431