https://github.com/lenskit/xshaper
eXperiment Shaperate
https://github.com/lenskit/xshaper
Last synced: 3 months ago
JSON representation
eXperiment Shaperate
- Host: GitHub
- URL: https://github.com/lenskit/xshaper
- Owner: lenskit
- License: mit
- Created: 2024-11-10T02:00:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T19:01:50.000Z (about 1 year ago)
- Last Synced: 2024-11-24T20:17:40.264Z (about 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# eXperiment Shaperate
The eXperiment Shaperate (`xshaper`) is a tool and library for monitoring and
recording experimental runs. It provides a few key capabilities:
- Measure time, resource consumption, power usage (when possible), and other
statistics a computational job.
- Maintain a record of the history of computational jobs, even those used to
generate past versions of a project or that failed outright, to maintain a
record of resource usage over the course of a project.
This is partly inspired by [emers][], and our needs trying to record the
computational resources needed for experiments using the [LensKit][lk],
particularly the [LensKit Codex][codex].
[emers]: https://github.com/ISG-Siegen/emers
[lk]: https://lenskit.org
[codex]: https://codex.lenskit.org
> [!NOTE]
>
> The name comes from Dragon Age; like the Dwarven Shaperate keeps a record of
> dwarven families and activities, the eXperiment Shaperate records your
> experimental runs.