1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-16 09:11:00 +08:00

Merge pull request #462 from arisliang/patch-1

Remove non-existing parameter description
This commit is contained in:
you-n-g
2021-06-08 13:03:43 +08:00
committed by GitHub

View File

@@ -148,7 +148,6 @@ class WeightStrategyBase(BaseStrategy, AdjustTimer):
pred score for this trade date, index is stock_id, contain 'score' column. pred score for this trade date, index is stock_id, contain 'score' column.
current : Position() current : Position()
current position. current position.
trade_exchange : Exchange()
trade_date : pd.Timestamp trade_date : pd.Timestamp
trade date. trade date.
""" """