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

Feature Request: Multinomial Logistic Regression #66

Open hwsamuel opened 4 years ago

hwsamuel commented 4 years ago

Would be great if we could add a Ruby porter for mlogit, thanks! I've been doing some initial work on using the weights/coefficients from sklearn's LogisticRegression classifier in Ruby code, but very rough