copan:eval is a python package to build evaluation pipelines for the copan:CORE modelling framework.
It implements these steps of the evaluation process:
- Retrieval:
Downloading and preprocessing data - Ingestion:
Converting the data to a common format within the package, reading and inferring metadata. - Translation:
Translating the data dimensions between different vocabularies. - Scaling:
Scaling the datasets by a factor. - Harmonization:
Transforming the data to common coordinates and the same extend. - Comparison:
Comparing the datasets by calculating statistics or generating visualizations.
To set up the environment with poetry, run:
poetry install
poetry env activate If you want to setup your development environment, alternatively run:
poetry install -with dev