google / caliban

Research workflows made easy, locally and in the Cloud.
https://caliban.readthedocs.io
Apache License 2.0
491 stars 67 forks source link

Update metrics.py #128

Open r0cketdyne opened 6 months ago

r0cketdyne commented 6 months ago

Corrected a typo in the mlflow_args function by removing an extra double-quote at the end of the function.

Formatted the code according to PEP8 standards for better readability.

Added docstrings to functions to describe their purpose.

Removed unnecessary imports to improve clarity.

Added missing type hints for function arguments and return types where applicable.