Overview

Polyaxon provides a query language to search and filter the runs history. Using the API, Client, CLI or UI user can perform searches and find the runs with important information or to compare results. Additionally, all metadata, assets, events, and artifact logged during a run can be queried and downloaded to a local path.

By leveraging the query specification and download interfaces, you can:

  • Build custom analyses or visualizations
  • Pull saved model checkpoints
  • Download code or uploaded artifacts
  • Move a run or several from one instance to another
  • Package and share results outside Polyaxon

Searching runs

In the previous sections of this tutorial we started several runs, with different hyperparameters or different logic. In this section we will:

  • Search the runs history based on a metric
  • Limit the search to the top 3 runs
  • Explore runs metadata
  • Download artifacts
  • Persist the metadata and artifact of a single run and the 3 top runs