You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was interested in converting a machine learning model written in pmml, python, or R into sql code, and then I learned about sklearn2sql.
This was the service I was looking for, but when I ran it there was a problem. I think it's an error in requests.post(WS_URL, json=data) based on response[500].
Because of these problems, I couldn't finally get the sql code.
If you could tell me how to solve it, I would be very grateful. I'm still new to this field, so please understand.
thank you.
The text was updated successfully, but these errors were encountered:
Thanks for using this demo. This is really a "demo" that I put in place to perform some tests. You can use it but, please, don't expect too much of it in production. However, I expect the results to be OK and issues are welcome in this case.
By looking at the logs of the web service, I notice that a random forest model has been uploaded tonight? , you can get the result in this url as well as the SQL code.
Probably what happened is a timeout of the web service (conversion takes too much time, error 500), in this case, internally, the model conversion continues and you can always get the converted model later (wait/pause for 2 minutes or so).
Hello.
I was interested in converting a machine learning model written in pmml, python, or R into sql code, and then I learned about sklearn2sql.
This was the service I was looking for, but when I ran it there was a problem. I think it's an error in requests.post(WS_URL, json=data) based on response[500].
Because of these problems, I couldn't finally get the sql code.
If you could tell me how to solve it, I would be very grateful. I'm still new to this field, so please understand.
thank you.
The text was updated successfully, but these errors were encountered: