WorldCereal / presto-worldcereal

10 stars 0 forks source link

Isolated `prep_dataframe` method #86

Closed kvantricht closed 4 months ago

kvantricht commented 4 months ago

This seemed necessary because prep_dataframe was being reused in nference.py. This brought a lot of imports with it, and our inference chain failed on missing CatBoost library in OpenEO environment. It seems unnecessary to do all these imports just for processing the parquet files.