baotong / xgboost-predictor

XGboost predictor written in C++, modified from xgboost repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support multi-classification model?

JingYuan0818 opened this issue · comments

commented

When I use these codes to predict with a multi-classification model trained by python, it returns a different result from python package xgboost.

Does it support multi-classification model? The sum of of the decision tree outputs is not the predict result the model should output