Skip to content

Commit

Permalink
Remove old docstring note (grf-labs#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikcs authored May 20, 2022
1 parent dbb6a23 commit 60969fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions r-package/grf/R/lm_forest.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
#' getting accurate predictions. Default is 2000.
#' @param sample.weights Weights given to each sample in estimation.
#' If NULL, each observation receives the same weight.
#' Note: To avoid introducing confounding, weights should be
#' independent of the potential outcomes given X. Default is NULL.
#' Default is NULL.
#' @param gradient.weights Weights given to each coefficient h_k(x) when targeting heterogeneity
#' in the estimates. These enter the GRF algorithm through the split criterion \eqn{\Delta}:
#' the k-th coordinate of this is \eqn{\Delta_k} * gradient.weights[k].
Expand Down
3 changes: 1 addition & 2 deletions r-package/grf/man/lm_forest.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60969fd

Please sign in to comment.