Quiz 5 Question 2 of 20

A SAS data scientist uses the following code: PROC HPFOREST DATA=train SEED=999; TARGET churn / LEVEL=NOMINAL; INPUT age income tenure / LEVEL=INTERVAL; INPUT segment / LEVEL=NOMINAL; OOB; RUN; What does the OOB statement request?

Select an answer to reveal the explanation.

Motivation