Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Commit 89ea035

Browse files
authored
Merge pull request #146 from bhavangowdan/solutionacc
Addition of RunID to df.columns
2 parents 99e016f + 899a515 commit 89ea035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Custom_Script/02_CustomScript_Training_Pipeline.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
"\n",
390390
"df = pd.read_csv(file_path + '/parallel_run_step.txt', sep=\" \", header=None)\n",
391391
"df.columns = ['Store', 'Brand', 'Model', 'File Name', 'ModelName', 'StartTime', 'EndTime', 'Duration',\n",
392-
" 'MSE', 'RMSE', 'MAE', 'MAPE', 'Index', 'Number of Models', 'Status']\n",
392+
" 'MSE', 'RMSE', 'MAE', 'MAPE', 'Index', 'Number of Models', 'Status','RunID']\n",
393393
"\n",
394394
"df['StartTime'] = pd.to_datetime(df['StartTime'])\n",
395395
"df['EndTime'] = pd.to_datetime(df['EndTime'])\n",

0 commit comments

Comments
 (0)