Merge pull request #58 from Hestia-Homes/master

updated save filetype to parquet
This commit is contained in:
KhalimCK 2023-10-03 18:24:28 +01:00 committed by GitHub
commit 4320a5bd89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,9 +67,7 @@ def handler(event, context):
# TODO: Implement the loading of the model and prediction
storage_filepath = (
f"s3://{PREDICTIONS_BUCKET}/{portfolio_id}/{property_id}/{created_at}.csv"
)
storage_filepath = f"s3://{PREDICTIONS_BUCKET}/{portfolio_id}/{property_id}/{created_at}.parquet"
logger.info("-------------------------")
logger.info(f"--- Initiate MLModel ---")