"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "5b355b00a38494de99dbe4bfcf280438b81aa98a"
Commit 0c22d5cc authored by Laurae's avatar Laurae Committed by Guolin Ke
Browse files

leaf_parent does not seem to exist anymore (#862)

parent 3f0061ca
...@@ -121,7 +121,6 @@ single.tree.parse <- function(lgb_tree) { ...@@ -121,7 +121,6 @@ single.tree.parse <- function(lgb_tree) {
# Overwrite data.table - this should be switched to an envir in the future # Overwrite data.table - this should be switched to an envir in the future
single_tree_dt <<- data.table::rbindlist(l = list(single_tree_dt, single_tree_dt <<- data.table::rbindlist(l = list(single_tree_dt,
tree_node_leaf[c("leaf_index", tree_node_leaf[c("leaf_index",
"leaf_parent",
"leaf_value", "leaf_value",
"leaf_count")]), "leaf_count")]),
use.names = TRUE, use.names = TRUE,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment