Skip to contents

Write the Train/Test Data

Usage

rpwf_write_df(obj)

Arguments

obj

obj generated by rpwf_augment().

Value

Parquet files.

Details

For each recipe, initialize a new TrainDf, call self$export(), then return the object. This make sure the same object called twice will just fetch the result from the previous call.