XGBRanker documentation: missing default objective (#8347)
This commit is contained in:
@@ -1783,6 +1783,10 @@ class XGBRFRegressor(XGBRegressor):
|
|||||||
"Implementation of the Scikit-Learn API for XGBoost Ranking.",
|
"Implementation of the Scikit-Learn API for XGBoost Ranking.",
|
||||||
["estimators", "model"],
|
["estimators", "model"],
|
||||||
end_note="""
|
end_note="""
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
The default objectivefor XGBRanker is "rank:pairwise"
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
A custom objective function is currently not supported by XGBRanker.
|
A custom objective function is currently not supported by XGBRanker.
|
||||||
|
|||||||
Reference in New Issue
Block a user