Skip to content

Commit

Permalink
docs: fix missing field in quickstart schema (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy authored Apr 6, 2023
1 parent 29a29ab commit 47be852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Define schemas that tell Phoenix which columns of your DataFrames correspond to

```python
train_schema = px.Schema(
prediction_id_column_name="prediction_id",
timestamp_column_name="prediction_ts",
prediction_label_column_name="predicted_action",
actual_label_column_name="actual_action",
Expand Down

0 comments on commit 47be852

Please sign in to comment.