1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00
Files
you-n-g 5190332c7e Add some misc features. (#1816)
* Normal mod

* Black linting

* Linting
2024-06-26 18:34:00 +08:00
..
2023-07-14 12:16:12 +08:00

Introduction

This is the framework of periodically Rolling Retrain (RR) forecasting models. RR adapts to market dynamics by utilizing the up-to-date data periodically.

Run the Code

Users can try RR by running the following command:

    python rolling_benchmark.py run

The default forecasting models are Linear. Users can choose other forecasting models by changing the model_type parameter. For example, users can try LightGBM forecasting models by running the following command:

    python rolling_benchmark.py --conf_path=workflow_config_lightgbm_Alpha158.yaml run