Sacred is a tool to help you configure, organize, log, and reproduce computational experiments. It is designed to introduce the least amount of overhead while making it easy to handle scientific research. The current version is 0.8.7, with a cadence of occasional releases.
pip install sacredNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run with `python my_experiment.py` with default config, or `python my_experiment.py with name='universe'` to override config.
Install `pymongo` manually: `pip install pymongo`. Then import MongoObserver as before.
Replace `@ex.main` with `@ex.automain` and remove `ex.run()` call.
Keep config functions clean; use `@ex.named_config` for reusable partial configs.
Add observers immediately after creating the Experiment object.
No dependency data recorded yet.