Closed Aman-Basu closed 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.
min_depth_distribution()
Check above Pull Request
Step towards faster calculations: https://github.com/ModelOriented/randomForestExplainer/pull/35
It would be great if parallel processing capabilities were added to the
min_depth_distribution()
function. The time required to get the output frommin_depth_distribution()
function is substantial for large complex models.