Merge remote-tracking branch 'origin/dev' into feature/2840_LOCAL_TERMINAL_COMMAND

This commit is contained in:
Archer Bowen
2024-09-02 11:51:28 +01:00
2 changed files with 32 additions and 0 deletions

View File

@@ -82,6 +82,22 @@
"algo = config.build()\n",
"results = algo.train()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Evaluate the results"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"eval = algo.evaluate()"
]
}
],
"metadata": {

View File

@@ -74,6 +74,22 @@
"algo = config.build()\n",
"results = algo.train()\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Evaluate the results"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"eval = algo.evaluate()"
]
}
],
"metadata": {