Skip to content

Commit

Permalink
MLFLow deployment working
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexejPenner committed Dec 21, 2023
1 parent cc2cbab commit 003fd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customer-satisfaction/pipelines/deployment_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def continuous_deployment_pipeline(
# led to a model promotion
mlflow_model_deployer_step(
workers=3,
deploy_decision=is_promoted,
deploy_decision=True,
model=production_model
)

Expand All @@ -46,4 +46,4 @@ def inference_pipeline():
step_name="mlflow_model_deployer_step",
running=True
)
predictor(model_deployment_service, batch_data)
predictor(service=model_deployment_service, data=batch_data)

0 comments on commit 003fd30

Please sign in to comment.