nok / sklearn-porter

Transpile trained scikit-learn estimators to C, Java, JavaScript and others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Multinomial Logistic Regression

hwsamuel opened this issue · comments

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