Jul 10, 2017 · 1 min read
Hey Vaghawan
Thanks for the quik reply. If i switch over to PostgresSQL it can build and train models. But i get another error when i try to get the recommendations back.
As in your description I try to curl -H “Content-Type: application/json”
-d ‘{ “user”: “user1”, “num”: 3}’ http://0.0.0.0:8000/queries.json (also tried localhost instead of the 0.0.0.0)
I geht the error: Could not resolve host: user1: num, unmatched close Brace/Bracket in column 1.
Any sugestions?
Thank you Sebastian