aimlflow icon indicating copy to clipboard operation
aimlflow copied to clipboard

Timestamp isn't imported

Open froody opened this issue 2 years ago • 2 comments

I just imported all my runs from mlflow and the timestamps seem to reflect the time to import each run, not the actual times from mlflow

froody avatar Feb 22 '23 14:02 froody

Hey @foody! Thanks a lot for reporting. That is actually the case, cause aim.Run object was created at that time. The alternative will be to import the times from mlflow as a param for aim.Run object (for ex. mlflow_creation_time as string), would that make sense, or is it necessary for your case that the timestamp from mlflow's run to be reflected in aim.Run's created_at field?

mihran113 avatar Feb 22 '23 15:02 mihran113

Adding to this, metric history is also created during sync, so absolute and relative time as x-axis aren't useful. It would be helpful to either replace the timestamp with one from MLFlow or add another column.

roman-vygon avatar Oct 19 '23 04:10 roman-vygon