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
43 stars 9 forks source link

Main.py Broken #476

Closed heindorf closed 2 weeks ago

heindorf commented 2 weeks ago

The command python main.py yields

Traceback (most recent call last):
  File "/home/heindorf/git/Ontolearn/main.py", line 25, in <module>
    from ontolearn.executor import execute
  File "/home/heindorf/git/Ontolearn/ontolearn/executor.py", line 40, in <module>
    from ontolearn.concept_learner import CELOE, OCEL, EvoLearner, NCES
ImportError: cannot import name 'OCEL' from 'ontolearn.concept_learner' (/home/heindorf/git/Ontolearn/ontolearn/concept_learner.py)
Demirrr commented 2 weeks ago

Please use main branch until this issue is fixed

Demirrr commented 2 weeks ago

fixed in #478