Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 458 Bytes

File metadata and controls

10 lines (8 loc) · 458 Bytes

AggregatePrediction

This project aims to predict market return by using information of macro variables and individual firms.

How to use it?

  • Modify the main file to create the suitable input for the prediction framework:

    1. Read your data and convert the date format
    2. Label the predicted target and list of predictors
    3. Specify the time span of training, validation and testing
  • You can add other prediction methods in the single_run.py.