src/sagemaker_xgboost_container/algorithm_mode/serve.py (2 lines): - line 142: # TODO: implement health checks - line 150: # TODO: implement logics to find optimal/sub-optimal parameters src/sagemaker_xgboost_container/training.py (1 line): - line 43: # TODO: replace with CSDK constants in sagemaker_containers._env src/sagemaker_xgboost_container/metrics/custom_metrics.py (1 line): - line 38: # TODO: Rename both according to AutoML standards src/sagemaker_xgboost_container/algorithm_mode/serve_utils.py (1 line): - line 71: # FIXME: https://github.com/aws/sagemaker-xgboost-container/issues/12 src/sagemaker_xgboost_container/serving_mms.py (1 line): - line 105: # TODO: Revert config.properties.tmp to config.properties and add back in vmargs src/sagemaker_xgboost_container/algorithm_mode/handler_service.py (1 line): - line 99: # FIXME: this is invalid CSV and is only retained for backwards compatibility src/sagemaker_xgboost_container/distributed.py (1 line): - line 245: # TODO: should probably check that these match up what we pass below. src/sagemaker_xgboost_container/constants/sm_env_constants.py (1 line): - line 13: # TODO: Move these to sagemaker-containers