powered by
Return a matrix where entry (i, j) is true if the ith point in the features passes through the jth node in a trained tree model.
(i, j)
i
j
decision_path(lnr, X)
The learner or grid to query.
The features of the data.
Julia Equivalent: IAI.decision_path
IAI.decision_path
# NOT RUN { iai::decision_path(lnr, X) # } # NOT RUN { # }
Run the code above in your browser using DataLab