h2o steam с python "access /pypredict".
Я пробовал пример в steam/prepretation-service-builder/examples/spam-Detection-python, но получаю ошибку о python:
This is an example of NOT SPAM
"Sorry din lock my keypad"
http://localhost:55001/pypredict?Sorry%20%20din%20lock%20my%20keypad
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 406 1</title>
</head>
<body><h2>HTTP ERROR 406</h2>
<p>Problem accessing /pypredict. Reason:
<pre> 1</pre></p><hr /><i><small>Powered by Jetty://</small></i>
<br/>
</body>
</html>
1 ответ
Я только что запустил урок, и у меня все работает правильно.
Я построил пример веб-службы, используя sh example-python.sh
вместо создания службы с помощью веб-интерфейса на http://localhost:55000
,