Remove note about multi-quantile being python-only (#9854)

This commit is contained in:
david-cortes 2023-12-06 22:17:15 +01:00 committed by GitHub
parent 9e9d41b95c
commit 2c0fc97306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ https://scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_qu
.. note::
The feature is only supported using the Python package. In addition, quantile
The feature is only supported using the Python, R, and C packages. In addition, quantile
crossing can happen due to limitation in the algorithm.
"""