File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -369,13 +369,17 @@ following modelling constraint:
369
369
370
370
Also, monotonic constraints are not supported for multiclass classification.
371
371
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
+
372
377
.. note ::
373
378
Since categories are unordered quantities, it is not possible to enforce
374
379
monotonic constraints on categorical features.
375
380
376
381
.. rubric :: Examples
377
382
378
- * :ref: `sphx_glr_auto_examples_ensemble_plot_monotonic_constraints.py `
379
383
* :ref: `sphx_glr_auto_examples_ensemble_plot_hgbt_regression.py `
380
384
381
385
.. _interaction_cst_hgbt :
You can’t perform that action at this time.
0 commit comments