MCPcopy Create free account
hub / github.com/Anoise/WTFlib / time_features

Function time_features

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

Source from the content-addressed store, hash-verified

131
132
133def time_features(dates, freq='h'):
134 return np.vstack([feat(dates) for feat in time_features_from_frequency_str(freq)])

Callers 5

__read_data__Method · 0.90
__read_data__Method · 0.90
__read_data__Method · 0.90
__read_data__Method · 0.90
_get_stampMethod · 0.90

Calls 1

Tested by

no test coverage detected