Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit c4219ee

Browse files
#41: AzureML tutorial invoke model (#58)
1 parent e7fcde8 commit c4219ee

File tree

10 files changed

+1066
-19
lines changed

10 files changed

+1066
-19
lines changed

tutorials/machine-learning/python/AzureML/Introduction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"\n",
1717
" - Connect your Exasol (Saas) Database to AzureML ([link](ConnectAzureMLtoExasol.ipynb))\n",
1818
" - Use your data from Exasol to train a Machine learning model in AzureML ([link](TrainModelInAzureML.ipynb))\n",
19-
" - Invoke your trained model from your Exasol Database and receive the results directly into your database ([link](InvokeModelFromExasolDBwithUDF.ipynb))\n"
19+
" - Invoke your trained model from your Exasol Database and receive the results directly into your Database ([link](InvokeModelFromExasolDBwithUDF.ipynb))\n",
20+
" - Export the trained model to Exasol and run it directly in the Database using UDF's ([link](InvokeModelFromExasolDBwithUDF.ipynb))\n"
2021
],
2122
"metadata": {
2223
"collapsed": false
@@ -37,7 +38,6 @@
3738
"cell_type": "markdown",
3839
"source": [
3940
"## What this tutorial does not cover\n",
40-
" - Exporting the trained model to Exasol\n",
4141
" - Using the exasol data in AzureML directly (not supported by AzureML)\n",
4242
" - Setting training parameters/invoking training automatically from Exasol\n",
4343
" - Check training/prediction progress from Exasol\n",

0 commit comments

Comments
 (0)