Week 2/Lab 3/ About future scaling

Hello I was wondering that how this equation compresses values into [-1 , 1 ]
range. In my understanding, shouldn’t it be [0,1] range?

Thanks

2 Likes

Hi!

Yes, the min-max scaler compresses the values to the range of [0, 1].

What is the title of the Lab this is in?

Hi, ,its “C1_W2_Lab03_Feature_Scaling_and_Learning_Rate_Soln” and this part is right above of the z-score normalization part.