How to implement normalization in Python?

721    Asked by varshaChauhan in Data Science , Asked on Nov 30, 2019
Answered by Nitin Solanki

Normalization scales the numeric feature variables in the range of 0 to 1.

To implement normalization using Python, we can use the iris dataset.




Your Answer

Interviews

Parent Categories