File "basic_model.py", line 20, in
ohlvchistories, , next_day_open_values, unscaled_y, y_normaliser = MSFT_daily.csv
NameError: name 'MSFT_daily' is not defined
Can anyone advise what the issue is? I have already extracted the MSFT_daily.csv to the project folder.
I get this error when running the basic_model.py:
File "basic_model.py", line 20, in
ohlvchistories, , next_day_open_values, unscaled_y, y_normaliser = MSFT_daily.csv
NameError: name 'MSFT_daily' is not defined
Can anyone advise what the issue is? I have already extracted the MSFT_daily.csv to the project folder.