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
There is an issue with csv serializer when running prediction on a model that has only one input feature. Serializer or the SageMaker Prediction endpoint is not able to handle single feature models when running predictions. I used CSV for inference format.
I don't have the exact error message that was reported by the serializer; wanted to report this issue.
I trained the data with XGBoost algorithm
Data set consisted of just X, y
X, y
1,1
2,4
3,9
....