Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

decision_path

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.


Description

Julia Equivalent: IAI.decision_path

Usage

decision_path(lnr, X)

Arguments

lnr

The learner or grid to query.

X

The features of the data.

Examples

## Not run: iai::decision_path(lnr, X)

iai

Interface to 'Interpretable AI' Modules

v1.5.0
MIT + file LICENSE
Authors
Jack Dunn [aut, cre], Ying Zhuo [aut], Interpretable AI LLC [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.