MCPcopy Create free account
hub / github.com/RolnickLab/climart / normalize

Method normalize

climart/data_transform/normalization.py:79–80  ·  view source on GitHub ↗
(self, data, axis=None, *args, **kwargs)

Source from the content-addressed store, hash-verified

77 self.std = std
78
79 def normalize(self, data, axis=None, *args, **kwargs):
80 return self(data)
81
82 def inverse_normalize(self, normalized_data):
83 data = normalized_data * self.std + self.mean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected