Emmanuel VAIE

Results 2 issues of Emmanuel VAIE

**Extract from the workbook "machine_learning_workflow_abalone.ipynb"** When adding tags in the following estimator : mes_tags = [{'key': 'cart', 'value': 'dataengineering'}] xgb = sagemaker.estimator.Estimator( image_uris.retrieve("xgboost", region, "1.2-1"), sagemaker_execution_role, train_instance_count=1, train_instance_type="ml.m4.4xlarge", train_volume_size=5, output_path=bucket_path...

Extract from the workbook "machine_learning_workflow_abalone.ipynb" When adding tags in the following estimator : mes_tags = [{'key': 'cart', 'value': 'dataengineering'}] xgb = sagemaker.estimator.Estimator( image_uris.retrieve("xgboost", region, "1.2-1"), sagemaker_execution_role, train_instance_count=1, train_instance_type="ml.m4.4xlarge", train_volume_size=5, output_path=bucket_path...

bug