Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
143 stars 36 forks source link

Improve `fit_class_random_forest` and `fit_regr_random_forest` support #293

Open soxofaan opened 2 years ago

soxofaan commented 2 years ago

A couple of issues with current (experimental) implementation of fit_class_random_forest and fit_regr_random_forest

soxofaan commented 10 months ago

methods fit_class_random_forest and fit_regr_random_forest are defined on (raster) DataCube object, while it should be on vector cube. Underlying problem is that aggregate_spatial returns a (raster) DataCube instead of VectorCube

handled by