From 2c0fc9730600980a0571329e35772dac8e173ed2 Mon Sep 17 00:00:00 2001 From: david-cortes Date: Wed, 6 Dec 2023 22:17:15 +0100 Subject: [PATCH] Remove note about multi-quantile being python-only (#9854) --- demo/guide-python/quantile_regression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/guide-python/quantile_regression.py b/demo/guide-python/quantile_regression.py index 4f69a8c80..5d186714c 100644 --- a/demo/guide-python/quantile_regression.py +++ b/demo/guide-python/quantile_regression.py @@ -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. """