missing_goes_lower {iai}R Documentation

Check if points with missing values go to the lower child at a split node of of a tree

Description

Julia Equivalent: IAI.missing_goes_lower

Usage

missing_goes_lower(lnr, node_index)

Arguments

lnr

The learner to query.

node_index

The node in the tree to query.

Examples

## Not run: iai::missing_goes_lower(lnr, 1)


[Package iai version 1.10.0 Index]