Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array type handling: Normalization #834

Open
16 tasks
eroell opened this issue Dec 4, 2024 · 0 comments · May be fixed by #835
Open
16 tasks

Array type handling: Normalization #834

eroell opened this issue Dec 4, 2024 · 0 comments · May be fixed by #835
Labels
enhancement New feature or request

Comments

@eroell
Copy link
Collaborator

eroell commented Dec 4, 2024

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

  • 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
@eroell eroell added the enhancement New feature or request label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant