Hi,
Recently I am using a dataset (dataset 1)and split it into training and validation dataset to train the boosted model.
After I get the trained boosted model. I use Score tool to score a new dataset (dataset2) with the trained boosted model.
In the dataset2, parts of variables do not have value. (Blank/NA), but the scoring tool still gets the score for every row.
So I would like to know how the boosted model and score tool to deal with the missing value and get the score.
As you know, if we use logistic regression, if one of the variables is empty, then the scoring tool can not get the score for this row.
Thank you.