MCPcopy
hub / github.com/microsoft/qlib / _load_feature

Method _load_feature

qlib/data/pit.py:50–51  ·  view source on GitHub ↗
(self, instrument, start_index, end_index, cur_time)

Source from the content-addressed store, hash-verified

48 return resample_series
49
50 def _load_feature(self, instrument, start_index, end_index, cur_time):
51 return self.feature.load(instrument, start_index, end_index, cur_time)
52
53 def get_longest_back_rolling(self):
54 # The period data will collapse as a normal feature. So no extending and looking back

Callers 1

_load_internalMethod · 0.95

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected