Skip to content

Instantly share code, notes, and snippets.

@awaiskaleem
Last active July 14, 2020 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awaiskaleem/7cf206af8ba53d592a7316182d8b0901 to your computer and use it in GitHub Desktop.
Save awaiskaleem/7cf206af8ba53d592a7316182d8b0901 to your computer and use it in GitHub Desktop.
def get_parameter(run_id, param_name):
return ast.literal_eval(mlflow.get_run(run_id).data.params[param_name])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment