Skip to content

Commit

Permalink
docs(PHS-880): remove unused .pynb cells
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhammeralephalpha committed Nov 27, 2024
1 parent 9ecf7c6 commit 0195868
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/documentation/evaluate_with_studio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"source": [
"# Evaluate with Studio\n",
"\n",
"This notebook shows how you can debug a `Task` using Studio. This notebook focuses on the `PromptBasedClassify` for demonstration purposes.\n",
"This notebook shows how you can evaluate the performance of `Task`s using Studio. This notebook focuses on the `PromptBasedClassify` for demonstration purposes.\n",
"\n",
"First, we need to instantiate the `StudioClient`. We can either pass an existing project or let the `StudioClient` create it by setting the `create_project` flag to `True.`"
]
Expand Down Expand Up @@ -84,6 +84,13 @@
"Therefore, let's check out what it looks like."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 0195868

Please sign in to comment.