Skip to content

Commit c4a0043

Browse files
DOC Add link to plot_monotonic_constraints.py in ensemble examples (scikit-learn#31471)
Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
1 parent 7d0cbaf commit c4a0043

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/modules/ensemble.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,13 +369,17 @@ following modelling constraint:
369369
370370
Also, monotonic constraints are not supported for multiclass classification.
371371

372+
For a practical implementation of monotonic constraints with the histogram-based
373+
gradient boosting, including how they can improve generalization when domain knowledge
374+
is available, see
375+
:ref:`sphx_glr_auto_examples_ensemble_plot_monotonic_constraints.py`.
376+
372377
.. note::
373378
Since categories are unordered quantities, it is not possible to enforce
374379
monotonic constraints on categorical features.
375380

376381
.. rubric:: Examples
377382

378-
* :ref:`sphx_glr_auto_examples_ensemble_plot_monotonic_constraints.py`
379383
* :ref:`sphx_glr_auto_examples_ensemble_plot_hgbt_regression.py`
380384

381385
.. _interaction_cst_hgbt:

0 commit comments

Comments
 (0)