BUAA-WJR / PriceGraph

Open code for PriceGraph
MIT License
66 stars 28 forks source link

global_df is not defined in dataset.py file #3

Open jyotiyadav94 opened 2 years ago

jyotiyadav94 commented 2 years ago

Hi @BUAA-WJR

I have executed the code for price_graph.py followed by price_ci.py, price_embedding.py & dataset.py.

When I run the dataset.py file I get the below error. NameError global_df is not defined.

image

Also i tried defining global_df globally as "global global_df "

Can you please suggest what's wrong with it.