Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOC Add link to plot_monotonic_constraints.py in ensemble examples #31471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/modules/ensemble.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,13 +369,17 @@ following modelling constraint:
Also, monotonic constraints are not supported for multiclass classification.

For a practical implementation of monotonic constraints with the histogram-based
gradient boosting, including how they can improve generalization when domain knowledge
is available, see
:ref:`sphx_glr_auto_examples_ensemble_plot_monotonic_constraints.py`.

.. note::
Since categories are unordered quantities, it is not possible to enforce
monotonic constraints on categorical features.

.. rubric:: Examples

* :ref:`sphx_glr_auto_examples_ensemble_plot_monotonic_constraints.py`
* :ref:`sphx_glr_auto_examples_ensemble_plot_hgbt_regression.py`

.. _interaction_cst_hgbt:
Expand Down