umbersar / sites_ml

0 stars 1 forks source link

no need to normalize 'Str_h_texture' column #9

Closed umbersar closed 4 years ago

umbersar commented 4 years ago

you do not need to normalize the 'Str_h_texture' column. Only features need to be normalized, not the actual classification label.

https://github.com/umbersar/sites_ml/blob/a2c44479961698a0e47a12712f3956023771a41c/soil.r#L74

zaynxalic commented 4 years ago

I have corrected the code