Hi, It would be great if this can be added. As far as I can see, it would require adding the following to 'build_fit_formula_xgb' ``` else if (objective %in% c("count:poisson")) { assigned <- 1 f <- expr(!!f) } ```