Tech x Talent
Published in

Tech x Talent

How to Normalize the data in Python

Two of the best ways to normalize the input data in python with sklearn

Photo by Luke Chesser on Unsplash

In this post, I’ll try to explain how to Normalize the data in the simplest way possible.

What is Normalization?

Normalization is the process of scaling down data(in simple words). Usually while normalizing we change the scale of the data to fall between 0–1.

--

--

Insights at the intersection of tech and talent.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store