Logging and visualizing rich metadata
With rich metadata logging and visualization, you can analyze a variety of information about mode performance and dataset distribution for better model debugging.
Attributes enable you to log a comprehensive set of metadata about your training and test datasets, plot feature frequencies, subcategories, etc. You can associate advanced metadata about your experiment run and model quality and generate a variety of visualizations in our Web UI. You can log and visualize histograms, correlation matrix, confusion matrix, line plots, single and/or multiple variable bar charts, log complex tables, etc.
Here are the steps to log and visualize custom attributes:
When you are logging an experiment run, record additional metadata about your dataset and model metrics using the client library.
Import from a variety of supported Verta data types and start logging key attributes of your experiment run
Log confusion matrix
The chart will be available in the web UI under experiment run detail view.
Log discrete histograms
The chart will be available in the web UI under experiment run detail view.
Log float histograms
The chart will be available in the web UI under experiment run detail view.
Log line chart
The chart will be available in the web UI under experiment run detail view.
Log Table
The chart will be available in the web UI under experiment run detail view.
Log basic key:value strings
The chart will be available in the web UI under experiment run detail view.
Last updated