umbersar / sites_ml

0 stars 1 forks source link

Normalize each feature separately #6

Closed umbersar closed 4 years ago

umbersar commented 4 years ago

https://github.com/umbersar/sites_ml/blob/53342f33fb073d64c36fcf76013e7026ae0e8503/GenerateFeatureTable.r#L19

You should normalize each feature separately. That means after you have pivoted the data.

zaynxalic commented 4 years ago

I just update the code to solve the problem