Normalization

NourhanElaraby
NourhanElaraby Registered Posts: 1

I want to implement this function df['spend_normalized']=(df['spend_normalized']-df['spend_normalized'].min())/(df['spend_normalized'].max()-df['spend_normalized'].min())

I am trying to use visual recipes I went for using normalization but doesn't know how it is implemented

Tagged:

Answers

Setup Info
    Tags
      Help me…