"unable to evaluate payload provided" invoking SageMaker Factorization Machines endpoint using AWS CLI #3764
Unanswered
fnavarro94
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have trained and deployed an inference model using Amazon SageMaker's Factorization Machines algorithm. However, when I try to call the inference model using the AWS CLI command below, I encounter an error message. I have reviewed the documentation, and my input JSON format seems correct. I would appreciate help figuring out what is going wrong.
I trained the model using the MovieLens 1 million ratings dataset. The training data is a sparse matrix with 9992 features. The first 6040 columns correspond to users, and the next 3952 columns correspond to movies. Each row has only two non-zero entries, one corresponding to the user and one to the movie.
Here's the AWS CLI command I used to invoke the endpoint:
Error message:
Beta Was this translation helpful? Give feedback.
All reactions