Skip to content

The fit functions are looking for the calibration method in the wrong place #44

@topepo

Description

@topepo

I think that this line:

method <- check_method(object$method, tailor$type)

should be check_method(object$argument$method, tailor$type) since that slot is where the value is saved.

I think that the same is true for fit.probability_calibration().

I think that all of the calibration types are accidentally defaulting to linear/logistic because of this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions