Replies: 1 comment
|
Oh, that's a tricky one. To be honest, I don't have a good answer and workaround for this, sry! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am trying to use SequentialFeatureSelector with XGBClassifer but with added montonic constraints on the features. Below is sample code:
After testing, I think the monotone_constraints are not passed down to various iterations and different columns combinations tried. Is this correct?
I can see why this would be tricky because you would need to make sure that the constraints are maintained in the various iterations as you try different column combinations. Has the functionality to support this been considered? Is there an existing workaround?
Many thanks!
All reactions