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
Hello, I am using your guide for an obesity dataset. Everything works fine on local. But when I deployed on PaaS, I keep getting this error whenever I want to post for a prediction:
IndexError at /obesity/v1/comorbidities_classifier/predict
list index out of range
And it is referring to line "algorithm_object = registry.endpoints[algs[0].id]"
Can you perhaps guide me on this? Thanks.
The text was updated successfully, but these errors were encountered:
Hello, I am using your guide for an obesity dataset. Everything works fine on local. But when I deployed on PaaS, I keep getting this error whenever I want to post for a prediction:
IndexError at /obesity/v1/comorbidities_classifier/predict
list index out of range
And it is referring to line "algorithm_object = registry.endpoints[algs[0].id]"
Can you perhaps guide me on this? Thanks.
The text was updated successfully, but these errors were encountered: