Random Forest

Solution

The algorithm ‘random forest’ is here applied to the categorization data set

‘Random forest’ is a generalization of ‘decision tree’. It only makes sense for a sufficiently complex problem.


../assets/images/img_blog/Python/BDF/30_BDF_CAT/Cat_Model_Tree.png

Categorization Data Set


Solution idea and some details

Copyright 2021-2022