This project aims to predict market return by using information of macro variables and individual firms.
-
Modify the main file to create the suitable input for the prediction framework:
- Read your data and convert the date format
- Label the predicted target and list of predictors
- Specify the time span of training, validation and testing
-
You can add other prediction methods in the single_run.py.