bio-ontology-research-group / mowl

mOWL: Machine Learning library with Ontologies
BSD 3-Clause "New" or "Revised" License
55 stars 4 forks source link

Implement Inductive training #43

Closed azzatha closed 1 year ago

ferzcam commented 1 year ago

Hi @azzatha, I checked the commit. I think the test_dl2vec file is not run since it does not inherit from unittest.TestCase.

ferzcam commented 1 year ago

Hi, @azzatha, I added the model.add_axioms method. It does several things:

ferzcam commented 1 year ago

Method add_axioms works now for Graph Models with Random Walks. Next step: Implement for Graph Models with KGE.

ferzcam commented 1 year ago

Next Step: Syntatic Models