Skip to contents

Replace pipeline functions in a modelblueprint

Usage

set_pre_process_fun(x, value, ...)

set_feat_eng_fun(x, value, ...)

set_post_process_fun(x, value, ...)

Arguments

x

A modelblueprint.

value

A function with the expected signature for that pipeline stage.

...

Unused.

Value

A new modelblueprint.