src/sagemaker_xgboost_container/algorithm_mode/serve.py (2 lines): - line 140: # TODO: implement health checks - line 148: # TODO: implement logics to find optimal/sub-optimal parameters src/sagemaker_xgboost_container/training.py (1 line): - line 44: # TODO: replace with CSDK constants in sagemaker_containers._env src/sagemaker_xgboost_container/metrics/custom_metrics.py (1 line): - line 46: # TODO: Rename both according to AutoML standards src/sagemaker_xgboost_container/algorithm_mode/serve_utils.py (1 line): - line 92: # FIXME: https://github.com/aws/sagemaker-xgboost-container/issues/12 src/sagemaker_xgboost_container/serving_mms.py (1 line): - line 113: # 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 103: # FIXME: this is invalid CSV and is only retained for backwards compatibility src/sagemaker_xgboost_container/constants/sm_env_constants.py (1 line): - line 13: # TODO: Move these to sagemaker-containers src/sagemaker_xgboost_container/distributed.py (1 line): - line 249: # TODO: should probably check that these match up what we pass below.