nok / sklearn-porter

Transpile trained scikit-learn estimators to C, Java, JavaScript and others.
BSD 3-Clause "New" or "Revised" License
1.28k stars 170 forks source link

Go RandomForestClassifier #24

Closed tpotega closed 6 years ago

tpotega commented 6 years ago

Simple port of Go glue code, seems to work.

nok commented 6 years ago

Thanks Tomasz, I added your PR, made some small changes and added the regression tests.