h2o steam with python“access / pypredict”。

时间:2017-05-17 15:01:02

标签: h2o

我在steam / prediction-service-builder / examples / spam-detection-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 个答案:

答案 0 :(得分:0)

我刚刚在本地运行教程,一切正常。

我使用sh example-python.sh构建了示例Web服务,而不是使用http://localhost:55000处的Web UI构建服务。