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

Results 2 multimodal-financial-forecasting issues
Sort by recently updated
recently updated
newest added

unable to run the code without any data file, can you please provide the data file or the way to get them

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?