Update Quickstart_Publish_Python_Web_Service.ipynb

Init update
This commit is contained in:
Josée Martens 2017-09-15 21:29:47 -05:00 коммит произвёл GitHub
Родитель 66d99f14ff
Коммит 4d1f94e722
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -303,7 +303,7 @@
"+ Produce a prediction function\n",
"+ Publish the linear model as a Python web service\n",
"\n",
"You can define an 'init' function to be bootstrapped to the web service. This 'init' function handles service initialization. Use it to load the packages, datasets, and global variables you need when the service is called the first time. However, it is important to note that all imports are scoped to the 'init' function and not to the global namespace. Consequently, you must still import the modules in each run or consume function. "
"You can define an 'init' function to be bootstrapped to the web service. This 'init' function handles service initialization. Use it to load the packages, datasets, and global variables you need when the service is called the first time. One caveat, however, is that all imports are scoped to the 'init' function and not to the global namespace. Consequently, you must still import the modules in each run or consume function. "
]
},
{