Download as CSV in Polyaxon CLI

Polyaxon CLI now allows to download CSV results:

polyaxon ops ls -io --limit=1000 --to-csv

A more complicated example:

polyaxon ops ls -io -c finished_at,run_time,status,learning_rate,loss,accuracy -q "status:succeeded" -s loss --limit 2000 --offset=1000 --to-csv

Download as CSV in Polyaxon UI

Polyaxon UI now allows to download CSV results directly from the runs table following the query specification or selected runs:

ui-csv-download

ui-csv-download-confirmation

Learn More about Polyaxon

This blog post just goes over a couple of features that we shipped since our last product update, there are several other features and fixes that are worth checking. To learn more about all the features, fixes, and enhancements, please visit the release notes.

Polyaxon continues to grow quickly and keeps improving and providing the simplest machine learning abstraction. We hope that these updates will improve your workflows and increase your productivity, and again, thank you for your continued feedback and support.