Return the weights for each feature in the regression prediction at a node of a tree
Julia Equivalent:
IAI.get_regression_weights
(for regression or prescription tree learners as appropriate)
get_regression_weights(lnr, node_index, ...)
lnr |
The learner to query. |
node_index |
The node in the tree to query. |
... |
If a prescription problem, the treatment to query. |
## Not run: iai::get_regression_weights(lnr, 1) iai::get_regression_weights(lnr, 1, "A") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.