Connect to tracking
Usehttps://tracking.mka1.com with an API key that has read:tracking and write:tracking scopes.
For MLflow-compatible tools, configure:
MLflow configuration
W&B compatibility
Supported versions for metrics logging and run resume:wandb>=0.22.0,<0.23.1.
W&B configuration
Example: log a training run
If your training framework already logs through MLflow, use its existing integration. To log directly from your own code, the equivalent implementation looks like this:MLflow client