Skip to content

Commit

Permalink
edit bq examples(#5008)
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Wu <yolandawu131@gmail.com>
  • Loading branch information
nemirorox committed Aug 10, 2023
1 parent c557b2f commit af8417c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/benchmark_quality/lr/pipeline-lr-multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def main(config="../../config.yaml", param="./vehicle_config.yaml", namespace=""
input_model=lr_0.outputs["output_model"])

evaluation_0 = Evaluation('evaluation_0',
runtime_roles=['guest'],
input_data=lr_0.outputs["train_output_data"],
metrics=['multi_recall', 'multi_accuracy', 'multi_precision'])
pipeline.add_task(psi_0)
Expand Down

0 comments on commit af8417c

Please sign in to comment.