How To
Programmatically fetch logged data
If you want to fetch your logged data and metrics programmatically, you can do so via our Python clients.
This will return an EvaluateSamples object. Each sample should have all the relevant data you need to analyze your experiment. For workflows each sample consists of one workflow and the nodes within the workflow can be found in the sample’s children attribute.
Was this page helpful?