Skip to content

Commit

Permalink
chore: add titles to reports
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Jul 4, 2022
1 parent ebbea6a commit c740e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/flight_delays.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# Configuration of the monitoring rules and report
settings = Settings()
settings.report.extended_report = False
settings.report.title += " | Flight Delays Dataset"
settings.monitoring.pull_rules = {"*_pull": [10, 7, -7, -10]}

# generate stability report using automatic binning of all encountered features
Expand Down
1 change: 1 addition & 0 deletions examples/synthetic_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# generate stability report using automatic binning of all encountered features
# (importing popmon automatically adds this functionality to a dataframe)
report = df.pm_stability_report(
title="POPMON Report | Synthetic Dataset",
time_axis="date",
time_width="2w",
features=["date:age", "date:gender", "date:isActive", "date:eyeColor"],
Expand Down

0 comments on commit c740e32

Please sign in to comment.