multimodal-financial-forecasting icon indicating copy to clipboard operation
multimodal-financial-forecasting copied to clipboard

csv file not found when extracting features of text

Open Droliven opened this issue 2 years ago • 0 comments

in Line 50-52 of feature_extraction/Text/text_feature_extraction.py

data_train = pd.read_csv("../../data/train_data.csv") 
data_test = pd.read_csv("../../data/test_data.csv") 
data_val = pd.read_csv("../../data/val_data.csv") 

could you provide the three csv files mentioned?

Droliven avatar May 16 '22 08:05 Droliven