1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
1
I solved the problem on my own:
-
reduced the number of folds to reduce the time the algorithm needs to finish. ( set hyperparameter _kfold: 2 )
-
Another possibility would be to increase the time the algorithm is allowed to run to let the algorithm finish.
After giving the algorithm enough time to finish, it completed and also stored the model in s3.
So the problem was to store the model on termination: I suppose the default time of 120 seconds was not enough.
관련 콘텐츠
- 질문됨 일 년 전
- 질문됨 6달 전
