Skip to content

Commit

Permalink
removed duplicated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWesch committed Apr 4, 2024
1 parent 5475833 commit bae381d
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions src/examples/user_journey.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@
"Let's run it!\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"source": [
"Luckily, the Intelligence provides some classification tasks out of the box.\n",
"\n",
"Let's import it and run!\n"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -126,14 +116,6 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
"source": [
"Hmm, we have some results, but they aren't really legible (yet)."
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"[sorted(list(o.scores.items()), key=lambda i: i[1], reverse=True)[0] for o in outputs]"
Expand All @@ -156,10 +138,6 @@
"metadata": {},
"outputs": [],
"source": [
"It appears that the Finance Department can fix my laptop and the Comms people can reward free credits...\n",
"We probably have to do some finetuning of our classification approach.\n",
"\n",
"\n",
"with open(\"data/classify_examples.json\", \"r\") as file:\n",
" labeled_examples: list[dict[str, str]] = json.load(file)\n",
"\n",
Expand Down Expand Up @@ -636,7 +614,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit bae381d

Please sign in to comment.