R/extract.R
set_pipeline.Rd
Replace pipeline functions in a modelblueprint
set_pre_process_fun(x, value, ...) set_feat_eng_fun(x, value, ...) set_post_process_fun(x, value, ...)
A modelblueprint.
modelblueprint
A function with the expected signature for that pipeline stage.
Unused.
A new modelblueprint.
extract_pre_process_fun(), extract_feat_eng_fun(), extract_post_process_fun()
extract_pre_process_fun()
extract_feat_eng_fun()
extract_post_process_fun()