This module features the Baseline class that configures baselines.
A Baseline from the server will always come in the form of a set of Summaries.
This class represents a summary baseline. A Baseline from the MLOps API will always come in the form of a set of Summaries.
Create a SummaryBaseline from a V1Summarizer. A v1 summary is guaranteed to only contain one observed path.
The SummaryBaseline object.
This function is used to summarize a baseline from a v1 config.
It returns a SeriesSummary and the iopath of the baseline.
Baseline summarization is called by AssayBuilder.interactive_run()
(i.e. assays v1)
after the AssayConfig
object is already built.
The SeriesSummary and the iopath of the baseline.
This function is used to summarize a baseline from a v1 config.
It returns a SeriesSummary and the iopath of the baseline.
Baseline summarization is called by AssayBuilder.build()
(i.e. assays v1)
before building the AssayConfig
object.
The SeriesSummary and the iopath of the baseline.