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

Method output_normalizer

climart/data_transform/normalization.py:343–344  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

341
342 @property
343 def output_normalizer(self):
344 return self._output_normalizer
345
346 def normalize(self, X: Dict[str, np.ndarray]) -> Dict[str, np.ndarray]:
347 for input_type, rawX in X.items():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected