phenology / springtime

Spatiotemporal phenology research with interpretable models
https://springtime.readthedocs.io
Apache License 2.0
3 stars 2 forks source link

Drop recipe functionality for models? #187

Closed Peter9192 closed 8 months ago

Peter9192 commented 10 months ago

Currently, we use one big workflow (recipe) to do both data retrieval and model comparison. However, this makes things complex, and in practice the modelling part is often done separately in a notebook anyway.

We could use the recipe for data only.

The modelling part of springtime would then consist of some feature extraction tools complemented with a lot of examples on how to use harmonized data with different models (from different (external)) packages.