I created a custom docker container to run Catboost on Amazon Sagemaker, followed this demo (https://github.com/aws-samples/sagemaker-byo-catboost-container-demo/blob/master/Catboost_container_for_SageMaker.ipynb). I now want to do hyperparameter tuning with this custom container, but this is not a built-in or pre-built Sagemaker container, so I am not sure if I could or how to create hyperparameter tuning job on Sagemaker with a custom container. I didn't find any official documentation or official examples about using custom docker container to do HYT.
So my question is: how to create hyperparameter tuning with a custom container on Amazon Sagemaker?


