Ontolearn is an open-source software library for explainable structured machine learning in Python. It learns OWL class expressions from positive and negative examples.
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)
The command
python main.py
yields