MCPcopy Create free account
hub / github.com/BorealisAI/scaleformer / time_features

Function time_features

utils/timefeatures.py:155–156  ·  view source on GitHub ↗
(dates, freq='h')

Source from the content-addressed store, hash-verified

153
154
155def time_features(dates, freq='h'):
156 return np.vstack([feat(dates) for feat in time_features_from_frequency_str(freq)])

Callers 4

__read_data__Method · 0.90
__read_data__Method · 0.90
__read_data__Method · 0.90
__read_data__Method · 0.90

Calls 1

Tested by

no test coverage detected