| encode {cleandata} | R Documentation |
List of Encoders
Description
The return value of inspect_map can be used to create inputs for the following fuctions. Refer to vignettes for examples.
encode_ordinal: Encode Ordinal Data Into Sequential Integers
encode_binary: Encode Binary Data Into 0 and 1
encode_onehot: Encode categorical data by One-hot encoding
[Package cleandata version 0.3.0 Index]