Commit b16a85d1 authored by aakash.bedi's avatar aakash.bedi

updated training module

parent 4cf30d5c
Pipeline #59982 canceled with stage
...@@ -29,7 +29,8 @@ def orchestrator(): ...@@ -29,7 +29,8 @@ def orchestrator():
logger.info(f'raw tags dataframe shape - {df_raw_tags.shape}') logger.info(f'raw tags dataframe shape - {df_raw_tags.shape}')
logger.info(f'predicted tags dataframe shape - {df_predicted_tags.shape}') logger.info(f'predicted tags dataframe shape - {df_predicted_tags.shape}')
ai_modelling = AiModelling(df_raw_tags=df_raw_tags, df_coefficients=df_coefficients) ai_modelling = AiModelling(df_raw_tags=df_raw_tags, df_coefficients=df_coefficients,
start_timestamp=start_timestamp, end_timestamp=end_timestamp)
ai_modelling.all_calculations() ai_modelling.all_calculations()
del ai_modelling del ai_modelling
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment