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 inferences.
View Available Inferences
To see a list of inferences available for download, run
px.load_example?
This displays the docstring for the phoenix.load_example function, which contain a list of inferences available for download.
Download Your Inference set of Choice
Choose the name of an inference set 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 ExampleInferences instance. After running the code above, you should see the following in your cell output.