bigdong89 / xgboostExtension

xgboost Extension for Easy Ranking & TreeFeature
Apache License 2.0
123 stars 35 forks source link

predict and apply has error #15

Open Weirping opened 6 years ago

Weirping commented 6 years ago

Conventional, the order of predict values should be consistent with the input, so I think the predict and apply int XGBRanker may has error.

FlorisHoogenboom commented 5 years ago

You are completely right. This is fixxed (as a by product) in #12 I believe.