-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while trying to train #7
Comments
I have the same issue. As I am using flask for the first time I am not familiar with the error. |
I resolved this issue
change to
|
I am getting the 'dict' object is not callable while train and 'list ' object is not callable while predicting. the error looks like the below. complete error 127.0.0.1 - - [13/Feb/2018 20:14:15] "GET /train HTTP/1.1" 500 - can anyone help me with this issue? |
use this : |
curl -X GET -H "X-API-TOKEN: FOOBAR1" -H "Content-Type: application/json; charset=utf-8" -d "{"data-url": "sample-data.csv"}" http://127.0.0.1:5000/train |
{"message": "JSON parse error - Expecting property name enclosed in double quotes: line 1 column 2 (char 1)"}
The text was updated successfully, but these errors were encountered: