Kien Ly
Results
1
issues of
Kien Ly
I am using the prebuilt SageMaker SKLearn container (https://github.com/aws/sagemaker-scikit-learn-container) version 0.20.0. In the entry_point,I include a script which carries out the batch transformation job. ```py def model_fn(): ... def input_fn():...