You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The command
python main.py
yieldsThe text was updated successfully, but these errors were encountered: