assessment predictions pipelines added

This commit is contained in:
2024-09-12 21:36:02 +00:00
parent 24823432b3
commit 45bc62c745
10 changed files with 1583 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class CompanyModelPipeline:
logger.info(f"Starting preprocessing for company {company_id}.")
# Step 1: Preprocess the data
# Step 1 : Preprocess the data
preprocessor = DataPreprocessor(input_path=input_path, company_id=company_id)
processed_data_path = preprocessor.run()
logger.info(f"Data preprocessing completed for company {company_id}. Processed data saved to {processed_data_path}.")