Experiment Tracking
Add Tags
Tags are labels for a run. A tag is represented by a string tag name and value.
Adding tags programmatically
How can I programmatically fetch the tags for a run?
You can use the get_tags
method. It returns a dictionary.
Adding tags with UI
You can view the tags from the dashboard and also create new tags.
Adding tags