Data Scientist Question:
Download Job Interview Questions and Answers PDF
Tell me how do you work towards a random forest?
Answer:
The underlying principle of this technique is that several weak learners combined to provide a strong learner. The steps involved are
☛ Build several decision trees on bootstrapped training samples of data
☛ On each tree, each time a split is considered, a random sample of mm predictors is chosen as split candidates, out of all pp predictors
☛ Rule of thumb: At each split m=p√m=p
☛ Predictions: At the majority rule
☛ Build several decision trees on bootstrapped training samples of data
☛ On each tree, each time a split is considered, a random sample of mm predictors is chosen as split candidates, out of all pp predictors
☛ Rule of thumb: At each split m=p√m=p
☛ Predictions: At the majority rule
Download Data Scientist Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell us what are the drawbacks of the linear model? | Explain me when is Ridge regression favorable over Lasso regression? |