-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Description
I just did some test and realized that when using many threads, e.g. 32, and handling RandomForestRegressors with many trees, e.g. 1000, it is way faster to build a forest than to apply a forest to get a prediction.
I think this is due to the fact that multiple threads are used to build the forrest in parallel, however the "application" of a forest is done sequentially. Would it be conceivable to also apply a forest using multiple threads?
This this issue could also be related to this issue
Metadata
Metadata
Assignees
Labels
No labels