sklearn-xarray icon indicating copy to clipboard operation
sklearn-xarray copied to clipboard

Standardize internal method names

Open phausamann opened this issue 8 years ago • 0 comments

For example, the EstimatorWrapper calls _transform for each variable/DataArray whereas the transformers in the preprocessing module call _transform for each group and _transform_var for each variable/DataArray.

There should be a unified syntax: _transform_array for variables/DataArrays and _transform_group for groups.

phausamann avatar Jan 31 '18 09:01 phausamann