Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
def
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_stamp
Method · 0.90
Calls
1
time_features_from_frequency_str
Function · 0.85
Tested by
no test coverage detected