khkwong / Normalize.jl

MIT License
0 stars 0 forks source link

Apply standardization as a post-processing option #16

Open tk3369 opened 3 years ago

tk3369 commented 3 years ago

Provide an option at the top-level transform function such that transformed data (from BoxCox, YeoJohnson, etc.) is further standardized using the center/scale algorithm from #11.

I would make that the default setting, which is the behavior from Scikit-Learn as well https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html#sklearn.preprocessing.PowerTransformer