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

Method __init__

climart/data_transform/normalization.py:34–35  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

32
33class NormalizationMethod(ABC):
34 def __init__(self, *args, **kwargs):
35 pass
36
37 def normalize(self, data: np.ndarray, axis=0, *args, **kwargs):
38 return data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected