diff --git a/09_model_pipeline/predict/src/main_predict.py b/09_model_pipeline/predict/src/main_predict.py index dc3ee9cb..b0f62dfb 100644 --- a/09_model_pipeline/predict/src/main_predict.py +++ b/09_model_pipeline/predict/src/main_predict.py @@ -6,7 +6,7 @@ def lambda_handler(event, context): bucket_name = 'enterprise-data-science' path = 'training_files/trained_model.pickle' #client = boto3.client('s3') - + print('predict') data = json.loads(json.dumps(event)) ''' with open(event) as f: