Skip to content

Commit

Permalink
Merge pull request #15 from daniels290813/main
Browse files Browse the repository at this point in the history
model monitoring new api
  • Loading branch information
daniels290813 authored Dec 17, 2024
2 parents b8011dc + c5443b3 commit d45ca14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/train_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def pipeline(vector_name="transactions-fraud", features=[], label_column="is_err
)
# Enable model monitoring. Uncomment 2 lines below if needed
serving_func.set_tracking()
project.set_model_monitoring_credentials(None, "v3io", "v3io", "v3io")
project.set_model_monitoring_credentials(None, "v3io", "v3io")
serving_func.save()
# deploy the model server, pass a list of trained models to serve
deploy = project.deploy_function(
Expand Down

0 comments on commit d45ca14

Please sign in to comment.