lensacom / sparkit-learn

PySpark + Scikit-learn = Sparkit-learn
Apache License 2.0
1.15k stars 255 forks source link

Fix LogisticRegression classes_ after conversion to scikit #67

Closed taynaud closed 8 years ago

taynaud commented 8 years ago

to_scikit was wrong for LogisticRegression, add a test and fix it