Skip to content

Commit

Permalink
cran submission 1, v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Oct 12, 2023
1 parent 65cf27e commit 8504a3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.0.7
Date: 2023-01-11 17:16:51 UTC
SHA: 4f4711f038834c4ef7b97a1056964939f590d8b1
Version: 0.1.0
Date: 2023-10-12 00:32:23 UTC
SHA: 65cf27efc6b936f9a599c679fd833a142c6d6a4d
2 changes: 1 addition & 1 deletion R/roxy.R
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ roxy_dots <- function(){
roxy_vi_describe <- function(type){

switch(type,
'negate' = "Each variable is assessed separately by multiplying the variable's coefficients by -1 and then determining how much the model's performance changes. The worse the model's performance after negating coefficients for a given variable, the more important the variable. This technique is promising b/c it does not require permutation and it emphasizes variables with larger coefficients in linear combinations, but it is also relatively new and hasn't been studied as much as permutation importance. See [Jaeger, 2023](https://doi.org/10.1080/10618600.2023.2231048) for more details on this technique.",
'negate' = "Each variable is assessed separately by multiplying the variable's coefficients by -1 and then determining how much the model's performance changes. The worse the model's performance after negating coefficients for a given variable, the more important the variable. This technique is promising b/c it does not require permutation and it emphasizes variables with larger coefficients in linear combinations, but it is also relatively new and hasn't been studied as much as permutation importance. See Jaeger, (2023) for more details on this technique.",
'permute' = "Each variable is assessed separately by randomly permuting the variable's values and then determining how much the model's performance changes. The worse the model's performance after permuting the values of a given variable, the more important the variable. This technique is flexible, intuitive, and frequently used. It also has several [known limitations](https://christophm.github.io/interpretable-ml-book/feature-importance.html#disadvantages-9)",
'anova' = "A p-value is computed for each coefficient in each linear combination of variables in each decision tree. Importance for an individual predictor variable is the proportion of times a p-value for its coefficient is < 0.01. This technique is very efficient computationally, but may not be as effective as permutation or negation in terms of selecting signal over noise variables. See [Menze, 2011](https://link.springer.com/chapter/10.1007/978-3-642-23783-6_29) for more details on this technique.")

Expand Down
2 changes: 1 addition & 1 deletion man/orsf_vi.Rd

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

0 comments on commit 8504a3c

Please sign in to comment.