View source: R/kerasnip_add_tailor.R
| fit.kerasnip_tailored_workflow | R Documentation |
kerasnip_tailored_workflow ObjectsTrains the underlying multi-output/multistep workflow, then fits
object$tailor against the target output's/step's predictions (via
kerasnip_output_view()/kerasnip_step_view()) on data_calibration if
supplied, otherwise on data.
## S3 method for class 'kerasnip_tailored_workflow'
fit(object, data, ..., data_calibration = NULL)
object |
A |
data |
The training data. |
... |
Passed to |
data_calibration |
Optional calibration data for the |
A kerasnip_tailored_fit, to be used with predict().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.