Luka Riester

Results 1 comments of Luka Riester

I reproduced the error and in order for the cell to work it needs to be changed to: ``` inference_instance_type = "ml.m5.xlarge" model_package_1 = sklearn_estimator_1.register( model_package_group_name=model_package_arn, inference_instances=[inference_instance_type], transform_instances=[inference_instance_type], content_types=["text/csv"], response_types=["text/csv"],...