'I used varImp to plot variable importance

enter image description here

enter image description here

Why am I getting weird importance graphs and what am I doing wrong?

importance = varImp(fit_rf_reg,scale = FALSE)
plot(importance)
r


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source