asafschers / goscore

Go Scoring API for PMML
MIT License
98 stars 22 forks source link

Need more models support. #4

Closed chrislee87 closed 6 years ago

chrislee87 commented 6 years ago

Will models such as Logistic Regression be added? Or hints and suggestions on how to implement new models.

asafschers commented 6 years ago

Hey I don't plan adding Logistic Regression in the near future as I'm currently working on other projects. I would be happy to help with implementation and code review - you can start by reading how regression PMMLs are designed here - http://dmg.org/pmml/v4-2-1/Regression.html And how other models are implemented and tested in goscore.

You can contact me with any question you have Thanks