Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rank:ndcg and rank:map as valid objectives (#479)
As per the XGBoost docs [1] `rank:ndcg` and `rank:map` are valid objectives, but are currently rejected by the parser. This commits resolves this by extending the list of objectives which map to the no-op normalizer, allowing the models to be parsed and used by the plugin. [1] https://github.com/dmlc/xgboost/blob/1094d6015df7be6f5829e53a4c257f3481b43ee5/doc/parameter.rst#parameters-for-learning-to-rank-rank-ndcg-rank-map-rank-pairwise
- Loading branch information