Skip to content

Fix broken mlflow.set_tracking_uri() sample in model-tracking unit - #55

Open
medChiboub wants to merge 1 commit into
MicrosoftDocs:mainfrom
medChiboub:patch-1
Open

Fix broken mlflow.set_tracking_uri() sample in model-tracking unit#55
medChiboub wants to merge 1 commit into
MicrosoftDocs:mainfrom
medChiboub:patch-1

Conversation

@medChiboub

Copy link
Copy Markdown

The current sample shows: mlflow.set_tracking_uri = "MLFLOW-TRACKING-URI" mlflow.set_tracking_uri is a function, not an attribute meant to be assigned to. This line doesn't call the function, it rebinds the name mlflow.set_tracking_uri to a plain string, silently discarding the function object.

The current sample shows: mlflow.set_tracking_uri = "MLFLOW-TRACKING-URI" 
mlflow.set_tracking_uri is a function, not an attribute meant to be assigned to. This line doesn't call the function, it rebinds the name mlflow.set_tracking_uri to a plain string, silently discarding the function object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant