Answer of a classification model

Report a typo

Imagine, that we have a random forest classification model that has 1010 trees and it can classify 33 types of objects.
We applied this model to a single object and the trees gave the following predictions: 0, 0, 2, 0, 1, 0, 0, 2, 0, 00,\ 0,\ 2,\ 0,\ 1,\ 0,\ 0,\ 2,\ 0,\ 0.

What will be the final prediction of the model?

The final prediction of the random forest model in the case of classification is the class label predicted by most trees.
Enter a number
___

Create a free account to access the full topic