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

Fix for C RandomForestClassifier code generation #41

Closed apasanen closed 5 years ago

apasanen commented 5 years ago

Don't apply num_format conversion in RandomForestClassifier code generation for feature indices.¨

See #40

nok commented 5 years ago

Thanks @apasanen!