Skip to content

Commit

Permalink
Auto-update of E2E template
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 20, 2024
1 parent 33af3ce commit 81af11a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions examples/e2e/pipelines/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,12 @@ def e2e_use_case_training(
target=target,
)
########## Promotion stage ##########
(
latest_metric,
current_metric,
) = compute_performance_metrics_on_current_data(
dataset_tst=dataset_tst,
target_env=target_env,
after=["model_evaluator"],
latest_metric, current_metric = (
compute_performance_metrics_on_current_data(
dataset_tst=dataset_tst,
target_env=target_env,
after=["model_evaluator"],
)
)

promote_with_metric_compare(
Expand Down

0 comments on commit 81af11a

Please sign in to comment.