Skip to content
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

[FEA] Monotonicity constraints for Random Forest #4939

Open
beckernick opened this issue Oct 20, 2022 · 0 comments
Open

[FEA] Monotonicity constraints for Random Forest #4939

beckernick opened this issue Oct 20, 2022 · 0 comments
Labels
CUDA / C++ CUDA issue Cython / Python Cython or Python issue feature request New feature or request

Comments

@beckernick
Copy link
Member

beckernick commented Oct 20, 2022

Fitting tree models with monotonicity constraints can be useful in a variety of scenarios and can also help with model interpretability. The XGBoost documentation provides an excellent overview of why this can be useful. For some use cases, monotonicity constraints can be in the critical path when choosing an algorithm or framework.

There's an open scikit-learn issue requesting the feature and there's an active PR that is implementing this functionality.

It would be great to support this in cuML with an API consistent with what the scikit-learn community is standardizing on.

@beckernick beckernick added feature request New feature or request CUDA / C++ CUDA issue Cython / Python Cython or Python issue labels Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CUDA / C++ CUDA issue Cython / Python Cython or Python issue feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant