随机森林varImp()中负值的解释

时间:2015-04-19 15:19:46

标签: r machine-learning random-forest

我正在使用包randomForest中的randomForest()函数。我正在尝试理解包插入符号函数varImp()给出的输出。对于少数变量,它显示负值。负值表示什么?

以下是输出:

           Overall
Year        6.7712260
Month      -2.6684553
DOW         2.2681865
City.Group -0.3534247
Type        1.4049568
P1          8.5207072
P2          6.0449333
P3          5.3579060
P4          4.1441309
P5          5.9207454
P6          7.3744485
P7          3.6858546

提前致谢!!。

0 个答案:

没有答案