Closed Cesar199999 closed 4 months ago
Thanks @Cesar199999 for reporting the issue. We are fixing this. It's an issue we are encountering with models running on our gcp. I let you know when this is fixed
Errors have been improved in the platform and logs retrieval have been added on failed on #60
While following the examples in the
decision_tree.ipynb
andlinear_regression.ipynb
tutorials, I got the following error when callingmodel.predict()
on theGizaModel
object:All previous cells ran successfully (transpilation, login, deployment, getting the workspace, etc.). Furthermore, calling
model.predict()
whenverifiable=False
seems to work, since I'm able to see the successful deployment in the dashboard.I've tried to send the input myself using the
requests
library:However, the same error persists.