Skip to content

[feature request] add support for xgboost objective = 'count:poisson' #62

Open
@SimonCoulombe

Description

@SimonCoulombe

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)
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions