1 Answer
- Newest
- Most votes
- Most comments
0
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 5 years ago
Relevant content
- asked a year ago
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago