Avoid some Cran check error messages
This commit is contained in:
@@ -80,4 +80,6 @@ treeDump <- function(feature_names, text){
|
||||
|
||||
linearDump <- function(feature_names, text){
|
||||
which(text == "weight:") %>% {a=.+1;text[a:length(text)]} %>% as.numeric %>% data.table(Feature = feature_names, Weight = .)
|
||||
}
|
||||
}
|
||||
|
||||
globalVariables(".")
|
||||
Reference in New Issue
Block a user