pyem
pyem is an open-source Python library designed to support rapid prototyping and execution of empirical models and small‑scale experiments. The library provides a compact set of abstractions for defining models, organizing experiments, and collecting results, with an emphasis on clarity and ease of use. It can be used for tasks such as exploring empirical relationships, validating hypotheses, or prototyping algorithms before integrating them into larger systems.
At its core, pyem offers a Model abstraction to describe inputs, parameters, and outputs; an Experiment container
Users typically define a model, configure an experiment with a set of runs or seeds, execute the
pyem is maintained as an open-source project with documentation and community contributions. It is distributed via