Skip to content

Retain calibration data #289

@topepo

Description

@topepo

add_calibration_data() would solve the problems of

When using add_calibration_data(), a tibble that conforms to the training set mold is required.

The calibration set would be stored in worflow$pre$calibration (similar to case weights).

When fit.workflow() or .fit_post() are called, they first preprocess the calibration set (if any), make predictions, and pass those predictions* to the calibrator.

*I believe that we should also have a way to pass in the molded calibration set for the trailer adjustments. We have 2-3 cases where those are required.

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