-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Evaluation engine #6
base: main
Are you sure you want to change the base?
Conversation
Still testing everything. But there were still some issues with running them on the Mac. I attempted to find a fix for it though.
|
Okay so another error I got was while changing the permissions for the www-data. Apparently on mac this is how you do it. The final puzzle piece so far is now that somehow datasets are not being published. |
…ange port 5000 to 8081; advice for if group www-data does not exist
Thanks for the feedback, @SubhadityaMukherjee ! Fixes:
|
The Evaluation Engine is now part of our docker compose setup!
You can test it using the following commands:
feature/evaluation-engine
docker compose --profile all up -d
docker run --rm -it -v ./config/python/config:/root/.config/openml/config:ro --network openml-services_default openml/openml-python
openml-python
container, run the manual tests described at the bottom of the README.docker compose --profile all down
when you finished.