Author: Terrence Zhang
Python (3.7.13) \ Modules: requirements.txt
fred_api_key
object in Line 9 of RecessionPredictor_paths.py
on your local computer.RecessionPredictor_master.py
via the command line. It takes one positional argument process
, whose choices are backtest
or deploy
:
backtest
: runs all modules required for backtesting models. These modules get the data, perform exploratory analysis, build features, conduct backtests, and plot results from the backtest.deploy
: runs all modules required for model deployment. These modules get the data, build features, and deploy the chosen model onto the most recent data. Model outputs are saved to th deployment_chart.csv
file.License: MIT \ For a more in depth explanation of the code, click here.