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 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.
The text was updated successfully, but these errors were encountered:
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
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 thatpredict_alpha_and_jac()
use these kernel weights, butalpha
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.The text was updated successfully, but these errors were encountered: