actions-marketplace-validations/MLflow Tracking

Get Runs From MLflow Tracking remote server

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
MLFLOW_TRACKING_URIThe tracking URI of your MLflow remote server, including username and password. Example "http://ec2-1-2-345-678.eu-west-2.compute.amazonaws.com".yes
MLFLOW_TRACKING_USERNAMEUsername for MLflow server authentication.no
MLFLOW_TRACKING_PASSWORDPassword for MLflow server authentication.no
EXPERIMENT_IDThe MLflow experiment_id against which relevant runs were executed.yes
BASELINE_RUN_QUERYBaseline run query string for using in `mlflow.search_runs` `filter_string` param.yes
CANDIDATE_RUN_QUERYCandidate run query string for using in `mlflow.search_runs` `filter_string` param.
DEBUGSetting this variable to any value will turn debug mode on.""
namedescription
BOOL_COMPLETETrue if both runs were fetched successfully.
EXPERIMENT_IDQueried MLflow experiment_id.
BASELINE_RUNIDMLflow Run ID of baseline run.
BASELINE_TRAIN_ACCURACYTraining accuracy of baseline run.
BASELINE_TEST_ACCURACYTraining accuracy of baseline run.
BASELINE_ARTIFACT_URIArtifact URI for baseline run.
CANDIDATE_RUNIDMLflow Run ID of candidate run.
CANDIDATE_TRAIN_ACCURACYTraining accuracy of baseline run.
CANDIDATE_TEST_ACCURACYTraining accuracy of baseline run.
CANDIDATE_ARTIFACT_URIArtifact URI for baseline run.