-
Notifications
You must be signed in to change notification settings - Fork 4
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
openEO random_forest_classifier validation/inference fails in CDSE #562
openEO random_forest_classifier validation/inference fails in CDSE #562
Comments
FYI we now have mounted the object storage bucket as a posix directory in the containers. |
There's a PR (#684) for this. It's not yet in use. |
Hey, I re-launched the job of |
This is not on prod yet, so something else made it work then. |
Currently waiting on https://github.com/eu-cdse/openeo-cdse-infra/issues/115 to deploy the required mounts on CDSE prod. Then this issue should be finished. |
@Pratichhya You can use the following code for training and inference. Training: Inference: The training extent + polygons need to be adjusted a bit because it currently outputs an empty randomforest model. |
When testing https://open-eo.github.io/openeo-python-client/machine_learning.html, we can train the model and download the model weights too. But, when trying to validate/infer from the trained model, it fails with the following error:
"OpenEO batch job failed: OpenEOApiException(status_code=400, code='Internal', message='No random forest model found for job j-231029b6164049ba92c3eada7603f037', id='no-request')"
However, this is only the case when executing
openeo.dataspace.copernicus.eu
but works well when tested inopeneo.cloud
oropeneo.vito.be
The text was updated successfully, but these errors were encountered: