On this page
preprocess init
Use preprocess init to generate a Prepfile. A Prepfile is a file that contains all the specifications to be applied to the data.
This command is used to generate a Prepfile in which you can specify the preprocessing computations either on specifics columns of the dataset or on whole numeric or text columns.
Usage:
preprocess init [flags]
Flags:
-d, --data string Path to the dataset
-m, --dsep string Decimal separator (default ".")
-e, --encoding string Character encoding (default "utf-8")
-h, --help help for init
-o, --output string Output name for Prepfile (default "Prepfile.toml")
-s, --sep string Separator for csv file (default ",")
-t, --template Generate example Prepfile.toml template
Last updated 01 Jun 2025, 20:02 +0200 .