[doc] Add introduction and notes for the sklearn interface. (#8948)

This commit is contained in:
Jiaming Yuan
2023-03-23 13:30:42 +08:00
committed by GitHub
parent bf88dadb61
commit 21a52c7f98
6 changed files with 199 additions and 21 deletions

View File

@@ -305,7 +305,8 @@ Scikit-Learn interface
----------------------
XGBoost provides an easy to use scikit-learn interface for some pre-defined models
including regression, classification and ranking.
including regression, classification and ranking. See :doc:`/python/sklearn_estimator`
for more info.
.. code-block:: python