v0.6.1
MLFlowClient v0.6.1
- Two new parameters in
MLFlow
instance constructor:username
andpassword
.- These will be injected to the
Authorization
header for each call to the server. - In the case
username
,password
, and theAuthorization
header are provided, the instantiation will throw an error indicating that you can't do that.
- These will be injected to the
- Allowing
MLFLOW_TRACKING_USERNAME
andMLFLOW_TRACKING_PASSWORD
environment variables to set theusername
andpassword
respectively.
Merged pull requests:
- Auth using environment variables (#56) (@characat0)
Closed issues: