mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-07-12 13:28:58 +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
|
# TODO: Implement the loading of the model and prediction
|
||||||
|
|
||||||
storage_filepath = (
|
storage_filepath = f"s3://{PREDICTIONS_BUCKET}/{portfolio_id}/{property_id}/{created_at}.parquet"
|
||||||
f"s3://{PREDICTIONS_BUCKET}/{portfolio_id}/{property_id}/{created_at}.csv"
|
|
||||||
)
|
|
||||||
|
|
||||||
logger.info("-------------------------")
|
logger.info("-------------------------")
|
||||||
logger.info(f"--- Initiate MLModel ---")
|
logger.info(f"--- Initiate MLModel ---")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue