1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

docs: fix README.md link

This commit is contained in:
you-n-g
2025-03-24 09:44:11 +08:00
committed by GitHub
parent 4d621bff99
commit 67feeaeb00

View File

@@ -346,7 +346,7 @@ Qlib provides a tool named `qrun` to run the whole workflow automatically (inclu
```bash
python -m pdb qlib/workflow/cli.py examples/benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml
```
The result of `qrun` is as follows, please refer to [Intraday Trading](https://qlib.readthedocs.io/en/latest/component/backtest.html) for more details about the result.
The result of `qrun` is as follows, please refer to [docs](https://qlib.readthedocs.io/en/latest/component/strategy.html#result) for more explanations about the result.
```bash