You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wanted to suggest parallelizing the oob importance calculation in order to speed it up, since the importances can be calculated independently for each feature.
In my use case, I saw a >8x reduction in runtime after parallelizing and would be happy to contribute the code needed to implement this.
The text was updated successfully, but these errors were encountered:
Wanted to suggest parallelizing the oob importance calculation in order to speed it up, since the importances can be calculated independently for each feature.
In my use case, I saw a >8x reduction in runtime after parallelizing and would be happy to contribute the code needed to implement this.
The text was updated successfully, but these errors were encountered: