Skip to content

Commit

Permalink
force deploy new model in automl notebook retail
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinAmbard authored and QuentinAmbard committed Dec 17, 2024
1 parent 802e508 commit c37889d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def objective(params):
model_name = "dbdemos_customer_churn"

#Set to true to redeploy your actual model (we skip it by default to make the demo faster)
force_redeploy = False
force_redeploy = True

#Use Databricks Unity Catalog to save our model
mlflow.set_registry_uri('databricks-uc')
Expand Down

0 comments on commit c37889d

Please sign in to comment.