Consume a python web service in batch mode

This commit is contained in:
Josée Martens 2017-10-05 17:59:15 -05:00 коммит произвёл GitHub
Родитель 75bb48f9af
Коммит f9b71e4dec
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -44,7 +44,7 @@
"# -- Define the location of Machine Learning Server --\n",
"# -- for local onebox: http://localhost:12800\n",
"HOST = 'http://localhost:12800'\n",
"context = ('admin', 'Happiness_1')\n",
"context = ('admin', 'YOUR_ADMIN_PASSWORD')\n",
"client = DeployClient(HOST, use=MLServer, auth=context)"
]
},