Commit 3b2152fd authored by dasharatha.vamshi's avatar dasharatha.vamshi

pkl

parent e82a863d
......@@ -69,6 +69,8 @@ if __name__ == '__main__':
if PreProcessConstants.STANDARD_SCALAR_PATH in config.keys():
standard_scalar_path = config[PreProcessConstants.STANDARD_SCALAR_PATH]
if len(standard_scalar_path) < 5:
logger.info(os.getcwd())
logger.info(os.listdir(os.getcwd()))
standard_scalar_path = os.path.join(os.getcwd(), 'StandardScaler.pkl')
else:
pass
......
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