mlr-org / mlr3learners

Recommended learners for mlr3
https://mlr3learners.mlr-org.com
GNU Lesser General Public License v3.0
91 stars 15 forks source link

fix Xgboost's monotone_constraints parameter #194

Closed sumny closed 3 years ago

sumny commented 3 years ago

monotone_constraints can also be a vector of integers of length of the number features(-1, 0, 1, allowed), see e.g., https://xgboost.readthedocs.io/en/latest/tutorials/monotonic.html

mllg commented 3 years ago

Thanks!