Machine Learning
Explain the basic concept of random forest.
An ensemble approach to finding the decision tree that best fits the training data by creating many decision trees and then determining the "average" one.
An ensemble approach to finding the decision tree that best fits the training data by creating many decision trees and then determining the "average" one.
Card 1 of 197. Answer: An ensemble approach to finding the decision tree that best fits the training data by creating many decision trees and then determining the "average" one.