asafschers / goscore

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

Support for Decision Trees? #11

Open trivid opened 3 years ago

trivid commented 3 years ago

Hi, I read it in your Readme that this repo supports PMML Decision Trees. However, I am not able to find a module that actually implements a decision tree scorer. The tree.go seems to implement and support GBT and Random Forest, but does not seem to be a standalone model that can be used to score. Do you know if Decision Trees are supported currently?

cw-somil commented 3 years ago

Any updates on this? Are decision trees supported?