G-Research / fasttrackml

Experiment tracking server focused on speed and scalability
https://fasttrackml.io/
Apache License 2.0
97 stars 18 forks source link

Mlflow GetRun: need to convert numeric param values to string #1357

Open suprjinx opened 1 month ago

suprjinx commented 1 month ago

In a previous ticket, we introduced typed responses for param values (string, int, float) when before they were always string. The numeric type does not work correctly with the Mlflow protobuf-based client -- so we need to convert these to string in Mlflow responses.