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

Is there an equivalent to get.forest.weights() from the grf R package? #914

Open
RodrigoGrijalba opened this issue Aug 26, 2024 · 0 comments

Comments

@RodrigoGrijalba
Copy link

I have been looking at the source code and the documentation, and I haven't been able to find a similar method for the RegressionForest class. Although I might have missed it. My understanding is that predict_alpha_and_jac() use these kernel weights, but alpha in this method refers to the estimated gradient of the score function, not the weights. It appears that the kernel weights are calculated for several of the methods but there is not one method that returns the kernel weights themselves.

@RodrigoGrijalba RodrigoGrijalba changed the title Is there an equivalent to get.forest.weights() from the R package? Is there an equivalent to get.forest.weights() from the grf R package? Aug 26, 2024
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

3 participants
@RodrigoGrijalba and others