Searched refs:_normalize_impl (Results 1 – 1 of 1) sorted by relevance
109 return _normalize_impl(old, means), _normalize_impl(new, means)112 def _normalize_impl(data: pd.DataFrame, means: pd.DataFrame): function