Skip to content

Commit

Permalink
Merge branch 'feature/grow-171-cross-site-auth' of github.com:zenml-i…
Browse files Browse the repository at this point in the history
…o/zenml into feature/grow-171-cross-site-auth
  • Loading branch information
stefannica committed Dec 20, 2024
2 parents 200baaa + 04daa7a commit 01d5529
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 01d5529

Please sign in to comment.