Re: [scikit-learn] Can I use Sklearn Porter to Generate C++ version of Random Forest Predict function

2018-11-01 Thread Brown J.B. via scikit-learn
I, too, would be curious to know if anyone has any experience in doing this. J.B. 2018年11月1日(木) 2:07 Chidhambaranathan R : > Hi, > > I'd like to know if I can use sklearn_porter to generate the C++ version > of Random Forest Regression Predict function. If sklearn_porter doesn't > work, is there

[scikit-learn] Can I use Sklearn Porter to Generate C++ version of Random Forest Predict function

2018-10-31 Thread Chidhambaranathan R
Hi, I'd like to know if I can use sklearn_porter to generate the C++ version of Random Forest Regression Predict function. If sklearn_porter doesn't work, is there any possible alternatives to generate c++ implementation of RF Regressor Predict function? Thanks. -- Regards, Chidhambaranathan