Pipeline {fastai} | R Documentation |
Pipeline
Description
A pipeline of composed (for encode/decode) transforms, setup with types
Usage
Pipeline(funcs = NULL, split_idx = NULL)
Arguments
funcs |
functions |
split_idx |
split by index |
Value
None
[Package fastai version 2.2.2 Index]