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

Feature request: weighted quantile random forest regression #745

Open
nikosGeography opened this issue Sep 27, 2024 · 0 comments
Open

Feature request: weighted quantile random forest regression #745

nikosGeography opened this issue Sep 27, 2024 · 0 comments

Comments

@nikosGeography
Copy link

Hi,

I came across the paper Weighted Quantile Regression Forests for Bimodal Distribution Modeling: A Loss Given Default Case. Basically, the authors performed a quantile random forest (qRF) regression but they used performance-based weights for quantile estimation, so that trees with better performance weigh more. They added some more things but their methodology is described on p7 to p9 with p9 showing the pseudocode with I attached below:

image
(Gostkowski & Gajowniczek, 2020)

They used the quanterForest package for their analysis but I believe ranger should do the job just fine. I contacted the authors of the paper and their reply was: In general this package (quanterForest) returns matrix with probability for observations in each tree. Based on that someone can write his own function calculating final prediction. Instead of simple average he can add weights as well.

Here is my question/request: Is weighted qRF something that you are interested to implement in your package as an addition to the "classical" qRF?

If you don't have access to the paper, please let me know and I'll share it so you can have a look in more detail at their implementation and the steps they followed.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant