Skip to content

Commit

Permalink
Update main_predict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aladelca authored Apr 26, 2024
1 parent 93c81a4 commit 24e78a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09_model_pipeline/predict/src/main_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 24e78a4

Please sign in to comment.