Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/qlib
/ clip
Method
clip
qlib/backtest/utils.py:191–192 ·
view source on GitHub ↗
(idx: int)
Source
from the content-addressed store, hash-verified
189
right -= self.start_index
190
191
def
clip(idx: int) -> int:
192
return
min(max(0, idx), self.trade_len - 1)
193
194
return
clip(left), clip(right)
195
Callers
6
prepare_data
Function · 0.80
_label_norm
Method · 0.80
_feature_norm
Method · 0.80
get_date_by_shift
Function · 0.80
robust_zscore
Function · 0.80
__call__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected