JuliaAI / DecisionTree.jl

Julia implementation of Decision Tree (CART) and Random Forest algorithms
Other
356 stars 102 forks source link

Add multithreading support in RF predictions: probabilistic classification - and regression #209

Open ablaom opened 1 year ago

ablaom commented 1 year ago

When multithreading prediction support was added in https://github.com/JuliaAI/DecisionTree.jl/pull/188/files it appears that it was only added for apply_forest and not apply_forest_proba. And not added at all for regression, only classification.

ablaom commented 1 year ago

@salbert83 Any chance you would have time and inclination to take this on?

salbert83 commented 1 year ago

I should have some time on 2023-01-15 to look. Thanks