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
OCEL has been removed from ontolearn.concept_learner. Is this intented? Concept learning benchmarking cannot be performed python examples/concept_learning_cv_evaluation.py throws:
from ontolearn.concept_learner import CELOE, OCEL, EvoLearner, NCES, CLIP
ImportError: cannot import name 'OCEL' from 'ontolearn.concept_learner' (/home/ndah/Dev/Ontolearn/ontolearn/concept_learner.py)
The text was updated successfully, but these errors were encountered:
OCEL has been removed from ontolearn.concept_learner. Is this intented? Concept learning benchmarking cannot be performed
python examples/concept_learning_cv_evaluation.py
throws:The text was updated successfully, but these errors were encountered: