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

Improve manual for data transformations #648

Merged
merged 1 commit into from
Feb 10, 2021
Merged

Improve manual for data transformations #648

merged 1 commit into from
Feb 10, 2021

Conversation

nalimilan
Copy link
Member

standardize allows both Z-score normalization (a.k.a. as standardization) and unit range normalization.
This can be confusing, so avoid saying "standardization" without more explicit terms.

I wonder whether we should deprecate standardize in favor of overloading LinearAlgebra.normalize (which we already use for histograms).

`standardize` allows both Z-score normalization (a.k.a. as standardization) and unit range normalization.
This can be confusing, so avoid saying "standardization" without more explicit terms.
Copy link
Contributor

@mkborregaard mkborregaard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@nalimilan nalimilan merged commit a89554b into master Feb 10, 2021
@nalimilan nalimilan deleted the nl/transforms branch February 10, 2021 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants