R gbm handling of missing values

前端 未结 5 1773
刺人心
刺人心 2020-12-29 14:24

Does anyone know how gbm in R handles missing values? I can\'t seem to find any explanation using google.

5条回答
  •  情深已故
    2020-12-29 14:41

    The official guide to gbms introduces missing values to the test data, so I would assume that they are coded to handle missing values.

提交回复
热议问题