May I ask you one quick question on how to interpret the following?
Model: rpart CART with complexity parameter cp = 0.0025, and rpart CART with cp = 0.00068.
Does the cp refer to the following line of code:
CART_cp1 = rpart.control(cp = 0.0025)
or to the following?
Hey all,
May I ask you one quick question on how to interpret the following? Model: rpart CART with complexity parameter cp = 0.0025, and rpart CART with cp = 0.00068.
Does the cp refer to the following line of code:
Thank you in advance. Best, Andrea