csgroup-oss / sharinghub-ui

Web UI of SharingHub
ISC License
2 stars 0 forks source link

MLflow log name #18

Closed CGuichard closed 3 weeks ago

CGuichard commented 1 month ago

In the code generator, the "Credentials setup" set the environment variable MLFLOW_TRACKING_TOKEN for token, but it could also set the LOGNAME with the user name or email.

export LOGNAME=<username>

By default the "user" metadata of the run is the username of your pc account (linux user if you use linux for example). It would be great to set a name more meaningful in a collaboration platform.