Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kwuking/TimeMixer
/ transform
Method
transform
utils/tools.py:75–76 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
73
self.std = std
74
75
def
transform(self, data):
76
return
(data - self.mean) / self.std
77
78
def
inverse_transform(self, data):
79
return
(data * self.std) + self.mean
Callers
12
normalize
Method · 0.45
__read_data__
Method · 0.45
__read_data__
Method · 0.45
__read_data__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
load_single
Method · 0.45
__read_data__
Method · 0.45
__read_data__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected