Skip to content

Multithreading in apply_forrest #134

@pfarndt

Description

@pfarndt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions