ModelOriented / randomForestExplainer

A set of tools to understand what is happening inside a Random Forest
https://ModelOriented.github.io/randomForestExplainer/
230 stars 37 forks source link

Adding Parallel processing capabilities to min_depth_distribution() function #34

Closed Aman-Basu closed 8 months ago

Aman-Basu commented 8 months ago

It would be great if parallel processing capabilities were added to the min_depth_distribution() function. The time required to get the output from min_depth_distribution() function is substantial for large complex models.

mayer79 commented 8 months ago

Check above Pull Request

mayer79 commented 8 months ago

Step towards faster calculations: https://github.com/ModelOriented/randomForestExplainer/pull/35