Module Munin

Local experiment tracking for Raven.

Munin is a local-first experiment tracker. Start with Session to write runs, Run to read them back, Run_monitor for live polling, Store for discovery, and Artifact for versioned payloads.

Library munin

  • Value Scalar values for parameters, summaries, and metadata.
  • Session Active run writers.
  • Run Persisted tracked runs.
  • Run_monitor Incremental run monitoring.
  • Store Local tracking stores.
  • Artifact Versioned local artifacts.
module Value = Value
module Artifact = Artifact
module Run = Run
module Run_monitor = Run_monitor
module Session = Session
module Store = Store