Which SAS procedure is purpose-built for training gradient boosting decision trees (GBDT) in the SAS 9.4 environment (not Viya)?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — c is correct because PROC TREEBOOST is the gradient boosting procedure available in SAS Enterprise Miner (SAS 9.4 environment). It implements gradient boosting of decision trees for classification and regression.
Full explanation below image
Full Explanation
C is correct because PROC TREEBOOST is the gradient boosting procedure available in SAS Enterprise Miner (SAS 9.4 environment). It implements gradient boosting of decision trees for classification and regression. A (PROC GRADBOOST) does not exist as a standalone SAS 9.4 procedure. B (PROC HPBOOSTING) does not exist. D (PROC BOOST) does not exist as a standard SAS procedure.