GoogleCloudPlatform / vertex-pipelines-end-to-end-samples

Apache License 2.0
218 stars 85 forks source link

Incorrect Champion model evaluation #71

Open wambergo opened 6 months ago

wambergo commented 6 months ago

It looks like the evaluation of the Champion model is an evaluation of the Challenger model: https://github.com/GoogleCloudPlatform/vertex-pipelines-end-to-end-samples/blob/a78d2f648bbbd303517d371cee0bc9b9985a5fa2/components/vertex-components/src/vertex_components/update_best_model.py#L62C15-L62C15

Suggested update: eval_champion = champion.get_model_evaluation()