meridian.analysis.summarizer.Summarizer Stay organized with collections
Save and categorize content based on your preferences.
Generates HTML summary visualizations from the model fitting.
meridian
.
analysis
.
summarizer
.
Summarizer
(
meridian
:
meridian
.
model
.
model
.
Meridian
,
use_kpi
:
bool
=
False
)
Methods
output_model_results_summary
View source
output_model_results_summary
(
filename
:
str
,
filepath
:
str
,
start_date
:
meridian
.
data
.
time_coordinates
.
Date
=
None
,
end_date
:
meridian
.
data
.
time_coordinates
.
Date
=
None
)
Generates and saves the HTML results summary output.
filename
The filename for the generated HTML output.
filepath
The path to the directory where the file will be saved.
start_date
Optional start date selector, inclusive
, in yyyy-mm-dd
format.
end_date
Optional end date selector, inclusive
in yyyy-mm-dd
format.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-09 UTC."],[],["The `Summarizer` class generates HTML summary visualizations from model fitting results. The `output_model_results_summary` method creates and saves the HTML output. Key actions include specifying the `filename` and `filepath` for the HTML file. Users can optionally define a `start_date` and `end_date` to filter data within a specific time range. The dates should be formatted as yyyy-mm-dd, with start being inclusive and end exclusive.\n"]]