1 Answer
- Newest
- Most votes
- Most comments
1
This indicates that the algorithm thinks it has been passed bad data. Perhaps a problem with your splitting?
I would suggest two things:
- Try running the algorithm on the original data using the
"SplitType": "Line"
and"BatchStrategy": "MultiRecord"
arguments and see if you have better luck. - Look in the cloudwatch logs for your run and see if there's any helpful information about what the algorithm didn't like. You can find these in the log group "/aws/sagemaker/TransformJobs" in the log stream that begins with your job name.
answered 6 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- Accepted Answerasked 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago