Learn Before
Concept
Random Forests: Selecting Number of Trees
A study on different data sizes and different forest sizes (# of attributes) found that at a certian point, increasing the forest size becomes much more computationally expensive without any significant performance gain.
The study found using between 64 and 128 attributes was an optimal number, with fewer being less accurate, and more slower with similar accuracy.
0
3
Updated 2020-03-31
Tags
Data Science