Skip to content

Commit

Permalink
docs: description for mean trend score
Browse files Browse the repository at this point in the history
Co-authored-by: pradyot-09 <pradyotpatil@gmail.com>
  • Loading branch information
sbrugman and pradyot-09 committed Jul 5, 2022
1 parent c6c53ba commit b5b7626
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions popmon/visualization/section_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ def get_stat_description(name: str):
if name in profiles:
return profiles[name]

if name in "mean_trend10_zscore":
return "Significance of (rolling) trend in means of features"

head, *tail = name.split("_")
tail = "_".join(tail)

Expand Down

0 comments on commit b5b7626

Please sign in to comment.