1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 19:10:58 +08:00

Update docs about record-temp

This commit is contained in:
Jactus
2021-02-05 10:32:27 +08:00
committed by you-n-g
parent f2ffb80a0b
commit c71b645777
2 changed files with 48 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ if __name__ == "__main__":
sr = SignalRecord(model, dataset, recorder)
sr.generate()
# backtest
# backtest. If users want to use backtest based on their own prediction,
# please refer to https://qlib.readthedocs.io/en/latest/component/recorder.html#record-template.
par = PortAnaRecord(recorder, port_analysis_config)
par.generate()