Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchao1230 committed Jan 31, 2024
1 parent 114e50c commit bdc37bb
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion examples/flows/standard/basic-code-first/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,24 @@
"result"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Eval the result "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# eval function: TODO\n",
"# from eval_flow import eval\n",
"# eval(answer= result[\"anser\"], ground_truth='abc')"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -220,7 +238,7 @@
"metadata": {},
"outputs": [],
"source": [
"# TODO using assets\n",
"# TODO using asserts\n",
"\n",
"# eval_flow = \"./eval_flow.dag.yaml\"\n",
"\n",
Expand Down

0 comments on commit bdc37bb

Please sign in to comment.