@ankit81195 wrote:
Whenever I have built a model using different algorithms like the random forest I usually calculate the variable importance.So I do not overfit the model.
variable importance - It tells about the predictor which contribute most in predicting the dependent variable.
There is function which we can use to calculate the importance of the variable like in random forest
importance()
I want what is the logic for this method .
Posts: 1
Participants: 1