microsoft / solution-accelerator-many-models

MIT License
193 stars 85 forks source link

Issue in 02_CustomScript_Training_Pipeline #145

Closed himanshuahlawat31 closed 2 years ago

himanshuahlawat31 commented 2 years ago

Hi , while running cell 14 in 6.2 Convert the file to a dataframe we are getting error as below: image image Could you please take a look into this

himanshuahlawat31 commented 2 years ago

Hi, could you please take a look into this as we are stuck on this step

nchandhi commented 2 years ago

Hi @himanshuahlawat31,

Change the code in line 3 of the cell to below to fix the error: df.columns = ['Store', 'Brand', 'Model', 'File Name', 'ModelName', 'StartTime', 'EndTime', 'Duration', 'MSE', 'RMSE', 'MAE', 'MAPE', 'Index', 'Number of Models', 'Status','RunID']

himanshuahlawat31 commented 2 years ago

HI @nchandhi

Thanks for the response

Could you please update the notebook code with same, we have tested the code and it worked

cartacioS commented 2 years ago

Merged suggested change:https://github.com/microsoft/solution-accelerator-many-models/pull/146

Thanks!