Replies: 1 comment 4 replies
-
|
It's a gradient based approach. The derivative of the loss function at the cell estimator is used for the Y-outcomes which leads to a splitting rule that is similar to gini splitting but where Y are class labels determined by quantiles in the node to be split. The locally adaptive splitting rule is an improvement on this. We don't have a vignette describing this (as yet). However, it appears in my text book to be published this year. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi there,
I was reading the documentation on how your package implements QRFs and came across "local adaptive quantile regression splitting". Do you have more details on how this works? I couldn't find any papers with this term. Is this related to conformal prediction methods?
Thanks!
Matt
Beta Was this translation helpful? Give feedback.
All reactions