Do I need to normalize (or scale) data for randomForest (R package)?

后端 未结 6 1091
囚心锁ツ
囚心锁ツ 2020-12-07 08:46

I am doing regression task - do I need to normalize (or scale) data for randomForest (R package)? And is it neccessary to scale also target values? And if - I want to use sc

6条回答
  •  一个人的身影
    2020-12-07 09:47

    If you are going to add interactions to dataset - that is, new variable being some function of other variables (usually simple multiplication), and you dont feel what that new variable stands for (cant interprete it), then you should calculate this variable using scaled variables.

提交回复
热议问题