Skip to content

Commit

Permalink
custom_evidently_app_v2.py: make constant artifact name due to ML-7347
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSkralivetsky authored Aug 19, 2024
1 parent 8299e39 commit b8d2ade
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions custom_evidently_app_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ def do_tracking(
self.log_evidently_object(
monitoring_context,
data_drift_report,
f"report_{str(monitoring_context.end_infer_time)}",
"report_evidently", # TODO: ML-7347
# f"report_{str(monitoring_context.end_infer_time)}",
)
self.log_evidently_object(
monitoring_context,
data_drift_test_suite,
f"suite_{str(monitoring_context.end_infer_time)}",
"suite_evidently", # TODO: ML-7347
# f"suite_{str(monitoring_context.end_infer_time)}",
)
# TODO: commented out due to ML-7159 - evidently app pod memory consumption is constantly growing
# self.log_project_dashboard(
Expand Down

0 comments on commit b8d2ade

Please sign in to comment.