Normalization & Standardization
Вставка
- Опубліковано 8 лют 2025
- Apart from missing or outlier treatment, Dimensionality reduction, one-hot encoding, Data Transformation is an important part of Data pre-processing stage. If done effectively, this leads to improved model performance.
There are many such techniques like - Log or power transformation, Winsorization or clipping, Unit Vector scaling, etc. Each of them have mathematical basis which makes it more popular in one area than other.
This video talks about two popular techniques of Data Transformation - Normalization & Standardization. Both of them can easily be implemented using popular tools like Python, R, etc.
For similar topics, visit - www.datarlabs....
Very clear explanation. Thank you for this Anurag
very good explanation. Thank you very much !!! I really wanted to understand these concepts.
Simplest explanation on UA-cam
Glad you liked it
well explained, thanks 👍
Would it make sense to do a kruskal-wallis significance test for scaled indices that have been scaled 0-1 with min-max? Thank you ❤ (for microbial ecology study)
This is Great!! Thank YOU !! ^.^
Great explanation
Please upload more videos on.machine learning topics
Will upload soon
Great video Sir, can you please tell how to do the same in SPSS instead of Python. Regards
what is the benefit to scale down values between 0 to 1, can you please elaborate?
Where can I learn about the difference of (percent of total) and normalization. I find that I like my data to not stretch all the way to 0 or 1?