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

Method __init__

utils/timefeatures.py:32–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31class TimeFeature:
32 def __init__(self):
33 pass
34
35 def __call__(self, index: pd.DatetimeIndex) -> np.ndarray:
36 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected