Skip to content

v0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 08:42
· 6 commits to main since this release
c03c83b

MLFlowClient v0.6.1

Diff since v0.6.0

  • Two new parameters in MLFlow instance constructor: username and password.
    • These will be injected to the Authorization header for each call to the server.
    • In the case username, password, and the Authorization header are provided, the instantiation will throw an error indicating that you can't do that.
  • Allowing MLFLOW_TRACKING_USERNAME and MLFLOW_TRACKING_PASSWORD environment variables to set the username and password respectively.

Merged pull requests:

Closed issues:

  • Authenticating via REST API (#33)
  • Integrate with DagsHub's MLflow API (#35)
  • Document how to set tags when creating an experiment (#50)