Skip to content

Commit 830c5e4

Browse files
committed
one more cleanup
1 parent 5c91824 commit 830c5e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vetiver/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def compute_metrics(
4242
... )
4343
>>> td = timedelta(days = 1)
4444
>>> metric_set = [mean_squared_error, mean_absolute_error]
45-
>>> compute_metrics(df, "index", td, metric_set, "truth", "pred")
45+
>>> metrics = compute_metrics(df, "index", td, metric_set, "truth", "pred")
4646
4747
"""
4848

0 commit comments

Comments
 (0)