Learn R Programming

iai (version 1.10.2)

missing_goes_lower: 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

Run this code
if (FALSE) iai::missing_goes_lower(lnr, 1)

Run the code above in your browser using DataLab