Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
def
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
time_features_from_frequency_str
Function · 0.85
Tested by
no test coverage detected