Skip to content

Commit 29164a8

Browse files
abossardCopilot
andcommitted
Fix nb01: swap hidden setup cell before markdown to ensure visible code has header
Reorder cells [22] and [23] so the hidden setup code comes before the 'Klassische Tests vs KI-Metriken' markdown, which then directly precedes the visible diagram_compare code cell. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 23b320f commit 29164a8

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

notebooks/01_evaluation_and_tuning.ipynb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -582,19 +582,6 @@
582582
"Du hast gesehen, dass LLMs Antworten liefern. Aber woher weisst du, ob die Antworten **gut** sind? Dafür brauchst du **Metriken** — Funktionen die messen, wie nah die Antwort am Erwarteten ist.\n"
583583
]
584584
},
585-
{
586-
"cell_type": "markdown",
587-
"metadata": {},
588-
"source": [
589-
"### 📊 Klassische Tests vs. KI-Metriken\n",
590-
"\n",
591-
"In klassischer Software hast du `assert x == y` — Pass oder Fail, schwarz oder weiss.\n",
592-
"\n",
593-
"In der KI-Welt brauchst du **Metriken**, die auf einer Skala von 0.0 bis 1.0 messen, *wie gut* eine Antwort ist. Eine Antwort kann 70% richtig sein — das ist weder Pass noch Fail, aber trotzdem nützliche Information.\n",
594-
"\n",
595-
"Das Diagramm zeigt dir diesen fundamentalen Unterschied auf einen Blick.\n"
596-
]
597-
},
598585
{
599586
"cell_type": "code",
600587
"execution_count": 20,
@@ -635,6 +622,19 @@
635622
"display(model_dd)\n"
636623
]
637624
},
625+
{
626+
"cell_type": "markdown",
627+
"metadata": {},
628+
"source": [
629+
"### 📊 Klassische Tests vs. KI-Metriken\n",
630+
"\n",
631+
"In klassischer Software hast du `assert x == y` — Pass oder Fail, schwarz oder weiss.\n",
632+
"\n",
633+
"In der KI-Welt brauchst du **Metriken**, die auf einer Skala von 0.0 bis 1.0 messen, *wie gut* eine Antwort ist. Eine Antwort kann 70% richtig sein — das ist weder Pass noch Fail, aber trotzdem nützliche Information.\n",
634+
"\n",
635+
"Das Diagramm zeigt dir diesen fundamentalen Unterschied auf einen Blick.\n"
636+
]
637+
},
638638
{
639639
"cell_type": "code",
640640
"execution_count": 21,

0 commit comments

Comments
 (0)