[doc] Document the current status of some features. (#9469)

This commit is contained in:
Jiaming Yuan
2023-08-13 23:42:27 +08:00
committed by GitHub
parent 801116c307
commit fd4335d0bf
3 changed files with 21 additions and 10 deletions

View File

@@ -7,6 +7,11 @@ Quantile Regression
The script is inspired by this awesome example in sklearn:
https://scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
.. note::
The feature is only supported using the Python package. In addition, quantile
crossing can happen due to limitation in the algorithm.
"""
import argparse
from typing import Dict