Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzinskim committed Nov 6, 2023
1 parent 6682a31 commit ffc33d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/predict_parts.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' * for `survlime`
#' * `N` - a positive integer, number of observations generated in the neighbourhood
#' * `distance_metric` - character, name of the distance metric to be used, only `"euclidean"` is implemented
#' * `kernel_width` - a numeric or `"silverman"`, parameter used for calculating weights, by default it's `sqrt(ncol(data)\*0.75)`. If `"silverman"` the kernel width is calculated using the method proposed by Silverman and used in the Python implementation \[3\].
#' * `kernel_width` - a numeric or `"silverman"`, parameter used for calculating weights, by default it's `sqrt(ncol(data)*0.75)`. If `"silverman"` the kernel width is calculated using the method proposed by Silverman and used in the Python implementation \[3\].
#' * `sampling_method` - character, name of the method of generating neighbourhood, only `"gaussian"` is implemented
#' * `sample_around_instance` - logical, if the neighbourhood should be generated with the new observation as the center (default), or should the mean of the whole dataset be used as the center
#' * `max_iter` - a numeric, maximal number of iteration for the optimization problem
Expand Down
2 changes: 1 addition & 1 deletion man/predict_parts.surv_explainer.Rd

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

0 comments on commit ffc33d6

Please sign in to comment.