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

get_regression_weights

Return the weights for each feature in the regression prediction at a node of a tree


Description

Julia Equivalent: IAI.get_regression_weights (for regression or prescription tree learners as appropriate)

Usage

get_regression_weights(lnr, node_index, ...)

Arguments

lnr

The learner to query.

node_index

The node in the tree to query.

...

If a prescription problem, the treatment to query.

Examples

## Not run: 
iai::get_regression_weights(lnr, 1)
iai::get_regression_weights(lnr, 1, "A")

## End(Not run)

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.