mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
updated save filetype to parquet
This commit is contained in:
parent
e4352bda1e
commit
5e62b2d43e
1 changed files with 1 additions and 3 deletions
|
|
@ -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 ---")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue