I made a random forest in h2o using r. It has trees and leaves.
I want to know how many leaves. I like to compare my total number of rows to leaves.
I have 200 trees, 8 layers deep, require 5 rows per terminal leaf. Am I traversing much of my data? I have 20k rows.
Is there a clean way to count the number of leaves in the h2o randomForest?
importance()
or for a simpler option try the best constant model. – Tim Biegeleisen