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

Differences between zscore(X) and standardize(ZScoreTransform, X) #891

Open
hungpham3112 opened this issue Sep 16, 2023 · 0 comments
Open

Comments

@hungpham3112
Copy link

hungpham3112 commented Sep 16, 2023

Testing 2 difference way to normalize data, I found zscore() preserving the shape of density line while standardize(ZScoreTransform, X) did not. More detail, my data consists training set (12288, 209) matrix
For whole matrix:
image
image
image
image

For vector:
image
image
image
image

So this is the expectation or problem with precision? Am I using wrong way of standadize()?

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

No branches or pull requests

1 participant