You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to change the break label layout from showing only a numerical splitvar breakpoint to showing the splitvar range of values.
For ex., assuming a tree is fit and only one variable comes out in the final model, and this variable ranges from 0 to 60, and the model finds a breakpoint at 30.
Instead of showing break labels of "<30" and ">=30", I wish it would show break labels of "[0,30)" and "[30,60]".
Any chance this can be implemented with the current version of the package?
I gave it a try with add_vars, but gave up after spending some time.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello.
I was trying to change the break label layout from showing only a numerical splitvar breakpoint to showing the splitvar range of values.
For ex., assuming a tree is fit and only one variable comes out in the final model, and this variable ranges from 0 to 60, and the model finds a breakpoint at 30.
Instead of showing break labels of "<30" and ">=30", I wish it would show break labels of "[0,30)" and "[30,60]".
Any chance this can be implemented with the current version of the package?
I gave it a try with add_vars, but gave up after spending some time.
Thanks!
The text was updated successfully, but these errors were encountered: