Deborah.DeborahDocument

Deborah.DeborahDocumentModule
module DeborahDocument

Deborah.DeborahDocument — Postprocessing and document generation for Deborah.DeborahCore results.

The Deborah.DeborahDocument module provides a reporting pipeline on top of Deborah.DeborahCore. It loads summary results, archives the results into JLD2 format. This module is designed as the "document layer" in the Deborah.jl ecosystem, complementing Deborah.DeborahCore (ML + bias correction) with a reporting backend.

Scope & Responsibilities

Key Component

Typical Outputs

  • Results snapshot: results_<overall_name>.jld2 in analysis directory.

Minimal Usage

julia> using Deborah
julia> run_DeborahDocument("config_DeborahThreads.toml")

Notes

See Also

source