Phoenix ships with a collection of examples so you can quickly try out the app on concrete use-cases. This guide shows you how to download, inspect, and launch the app with example datasets.
View Available Datasets
To see a list of datasets available for download, run
px.load_example?
This displays the docstring for the phoenix.load_example function, which contain a list of datasets available for download.
Download Your Dataset of Choice
Choose the name of a dataset to download and pass it as an argument to phoenix.load_example. For example, run the following to download production and training data for our demo sentiment classification model:
px.load_example returns your downloaded data in the form of an ExampleDatasets instance. After running the code above, you should see the following in your cell output.