-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EvoLearner Example Broken #475
Comments
|
By the way, the same issue occurs for CELOE:
|
Fixed with #477 |
I tried to run
python concept_learning_with_evolearner.py
in the latest ontolearn version (0.80). However, I get the errorThe problem seems to be in the line
model.save_best_hypothesis(n=3, path='Predictions_{0}'.format(str_target_concept))
The text was updated successfully, but these errors were encountered: