You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure the normalization methods handle the array types (numpy ndarray, dask array, check if we want more?) consistently, and properly fail if an unsupported array is encountered.
log_norm
Consistent handling
Test
max_abs_norm
Consistent handling
Test
minmax_norm
Consistent handling
Test
power_norm
Consistent handling
Test
quantile_norm
Consistent handling
Test
robust_scale_norm
Consistent handling
Test
scale_norm
Consistent handling
Test
offset_negative_values
Consistent handling
Test
The text was updated successfully, but these errors were encountered:
Description of feature
Ensure the normalization methods handle the array types (numpy ndarray, dask array, check if we want more?) consistently, and properly fail if an unsupported array is encountered.
log_norm
max_abs_norm
minmax_norm
power_norm
quantile_norm
robust_scale_norm
scale_norm
offset_negative_values
The text was updated successfully, but these errors were encountered: