powered by
Return the weights for numeric and categoric features used in the hyperplane split at a node of a tree
get_split_weights(lnr, node_index)
The learner or grid to query.
The node in the tree to query.
Julia Equivalent: IAI.get_split_weights
IAI.get_split_weights
# NOT RUN { iai::get_split_weights(lnr, 1) # } # NOT RUN { # }
Run the code above in your browser using DataLab