asafschers / goscore

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

Can goscore be used for regression problems? #5

Closed chrislee87 closed 6 years ago

chrislee87 commented 6 years ago

I use goscore for GradientBoostingRegressor problem(the pmml file is generated by sklearn2pmml), but it failed to parse the nodes. Does goscore only support classification problems?

asafschers commented 6 years ago

Goscore doesn't support GradientBoostingRegressor. As stated in the readme it supports Neural Network, Decision Tree, Random Forest and Gradient Boosted Models.

ej-white commented 5 years ago

Hello,

In the meantime, do you know of any other PMML package that can be used in Go for LinearRegression or GradientBoostingRegressor?

Thanks